Color Hex Logo

#cc809f Color Hex

#CC809F
(204,128,159)
0 Favorites   0 Comments

Color spaces of #cc809f

RGB 204128159
HSL0.930.430.65
HSV336°37°80°
CMYK 0.000.370.22   0.20
XYZ38.879030.778936.6927
Yxy30.77890.36560.2894
Hunter Lab55.478728.0034-0.3783
CIE-Lab62.320533.5724-4.1423

#cc809f color RGB value is (204,128,159).

#cc809f hex color red value is 204, green value is 128 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cc809f hue: 0.93 , saturation: 0.43 and the lightness value of cc809f is 0.65.

The process color (four color CMYK) of #cc809f color hex is 0.00, 0.37, 0.22, 0.20. Web safe color of #cc809f is #cc9999. Color #cc809f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 10011111
Octal 314 200 237
Decimal 204 128 159
Hex CC 80 9F

RGB Percentages of Color #cc809f

%41.55
%26.07
%32.38

CMYK Percentages of Color #cc809f

%0
%37
%22
%20

Triadic Colors of #cc809f

#cc809f #9fcc80 #809fcc

Analogous Colors of #cc809f

#cc809f #cc8780 #cc80c5

Monochromatic Colors of #cc809f

#cc809f

Complementary Color

#cc809f #80ccad

#cc809f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc809f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc809f Color CSS Codes

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

#cc809f Text Font Color

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

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


#cc809f Background Color

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

This div background color is #cc809f


#cc809f Border Color

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

This div border color is #cc809f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,128,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc809f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc809f;
  -webkit-box-shadow: 1px 1px 3px 2px #cc809f;
  box-shadow:         1px 1px 3px 2px #cc809f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,128,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc809f


Comments

No comments written yet.

Please login to write comment.