color codes Logo

#c72dda color codes

#C72DDA
(199,45,218)
0 Favorites   0 Comments

Color spaces of #c72dda

RGB 19945218
HSL0.820.700.52
HSV293°79°85°
CMYK 0.090.790.00   0.15
XYZ37.146519.080868.0548
Yxy19.08080.29890.1535
Hunter Lab43.681675.3524-61.7952
CIE-Lab50.781677.7120-55.8593

#c72dda color RGB value is (199,45,218).

#c72dda hex color red value is 199, green value is 45 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c72dda hue: 0.82 , saturation: 0.70 and the lightness value of c72dda is 0.52.

The process color (four color CMYK) of #c72dda color code is 0.09, 0.79, 0.00, 0.15. Web safe color of #c72dda is #cc33cc. Color #c72dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101101 11011010
Octal 307 55 332
Decimal 199 45 218
Hex C7 2D DA

RGB Percentages of Color #c72dda

%43.07
%9.74
%47.19

CMYK Percentages of Color #c72dda

%9
%79
%0
%15

Triadic Colors of #c72dda

#c72dda #dac72d #2ddac7

Analogous Colors of #c72dda

#c72dda #da2d97 #712dda

Monochromatic Colors of #c72dda

#c72dda

Complementary Color

#c72dda #40da2d

#c72dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72dda Color CSS Codes

.mybgcolor {background-color:#c72dda; } 
.myforecolor {color:#c72dda; }
.mybordercolor {border:3px solid #c72dda; }

#c72dda Text Font Color

<p style="color:#c72dda">Text here</p>

This sample text font color is #c72dda
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c72dda Background Color

<div style="background-color:#c72dda">
Div content here</div>

This div background color is #c72dda


#c72dda Border Color

<div style="border:3px solid #c72dda">
Div here</div>

This div border color is #c72dda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,45,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c72dda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c72dda;
  -webkit-box-shadow: 1px 1px 3px 2px #c72dda;
  box-shadow:         1px 1px 3px 2px #c72dda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,45,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c72dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c72dda;
  -webkit-box-shadow: 1px 1px 3px 2px #c72dda;
  box-shadow:         1px 1px 3px 2px #c72dda;">
Div content here</div>

This div box has shadow with color #c72dda


Comments

No comments written yet.

Please login to write comment.