Color Hex Logo

#c809ac Color Hex

#C809AC
(200,9,172)
0 Favorites   0 Comments

Color spaces of #c809ac

RGB 2009172
HSL0.860.910.41
HSV309°96°78°
CMYK 0.000.960.14   0.22
XYZ31.363515.453340.3595
Yxy15.45330.35980.1773
Hunter Lab39.310773.6201-33.3544
CIE-Lab46.248977.1995-36.3418

#c809ac color RGB value is (200,9,172).

#c809ac hex color red value is 200, green value is 9 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c809ac hue: 0.86 , saturation: 0.91 and the lightness value of c809ac is 0.41.

The process color (four color CMYK) of #c809ac color hex is 0.00, 0.96, 0.14, 0.22. Web safe color of #c809ac is #cc0099. Color #c809ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001001 10101100
Octal 310 11 254
Decimal 200 9 172
Hex C8 9 AC

RGB Percentages of Color #c809ac

%52.49
%2.36
%45.14

CMYK Percentages of Color #c809ac

%0
%96
%14
%22

Triadic Colors of #c809ac

#c809ac #acc809 #09acc8

Analogous Colors of #c809ac

#c809ac #c8094c #8509c8

Monochromatic Colors of #c809ac

#c809ac

Complementary Color

#c809ac #09c825

#c809ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c809ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c809ac Color CSS Codes

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

#c809ac Text Font Color

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

This sample text font color is #c809ac
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.


#c809ac Background Color

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

This div background color is #c809ac


#c809ac Border Color

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

This div border color is #c809ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,9,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c809ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c809ac;
  -webkit-box-shadow: 1px 1px 3px 2px #c809ac;
  box-shadow:         1px 1px 3px 2px #c809ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,9,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c809ac


Comments

No comments written yet.

Please login to write comment.