Color Hex Logo

#cc807a Color Hex

#CC807A
(204,128,122)
0 Favorites   0 Comments

Color spaces of #cc807a

RGB 204128122
HSL0.010.450.64
HSV40°80°
CMYK 0.000.370.40   0.20
XYZ36.133929.680922.2369
Yxy29.68090.41040.3371
Hunter Lab54.480223.049613.9360
CIE-Lab61.377928.685915.6311

#cc807a color RGB value is (204,128,122).

#cc807a hex color red value is 204, green value is 128 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cc807a hue: 0.01 , saturation: 0.45 and the lightness value of cc807a is 0.64.

The process color (four color CMYK) of #cc807a color hex is 0.00, 0.37, 0.40, 0.20. Web safe color of #cc807a is #cc9966. Color #cc807a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 01111010
Octal 314 200 172
Decimal 204 128 122
Hex CC 80 7A

RGB Percentages of Color #cc807a

%44.93
%28.19
%26.87

CMYK Percentages of Color #cc807a

%0
%37
%40
%20

Triadic Colors of #cc807a

#cc807a #7acc80 #807acc

Analogous Colors of #cc807a

#cc807a #cca97a #cc7a9d

Monochromatic Colors of #cc807a

#cc807a

Complementary Color

#cc807a #7ac6cc

#cc807a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc807a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc807a Color CSS Codes

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

#cc807a Text Font Color

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

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


#cc807a Background Color

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

This div background color is #cc807a


#cc807a Border Color

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

This div border color is #cc807a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc807a


Comments

No comments written yet.

Please login to write comment.