Color Hex Logo

#cc809a Color Hex

#CC809A
(204,128,154)
0 Favorites   0 Comments

Color spaces of #cc809a

RGB 204128154
HSL0.940.430.65
HSV339°37°80°
CMYK 0.000.370.25   0.20
XYZ38.453730.608834.4532
Yxy30.60880.37150.2957
Hunter Lab55.325227.24701.8054
CIE-Lab62.176032.8371-1.5004

#cc809a color RGB value is (204,128,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 10011010
Octal 314 200 232
Decimal 204 128 154
Hex CC 80 9A

RGB Percentages of Color #cc809a

%41.98
%26.34
%31.69

CMYK Percentages of Color #cc809a

%0
%37
%25
%20

Triadic Colors of #cc809a

#cc809a #9acc80 #809acc

Analogous Colors of #cc809a

#cc809a #cc8c80 #cc80c0

Monochromatic Colors of #cc809a

#cc809a

Complementary Color

#cc809a #80ccb2

#cc809a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc809a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc809a Color CSS Codes

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

#cc809a Text Font Color

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

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


#cc809a Background Color

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

This div background color is #cc809a


#cc809a Border Color

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

This div border color is #cc809a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc809a


Comments

No comments written yet.

Please login to write comment.