Color Hex Logo

#cc808c Color Hex

#CC808C
(204,128,140)
0 Favorites   0 Comments

Color spaces of #cc808c

RGB 204128140
HSL0.970.430.65
HSV351°37°80°
CMYK 0.000.370.31   0.20
XYZ37.354630.169228.6654
Yxy30.16920.38830.3136
Hunter Lab54.926525.27357.5059
CIE-Lab61.799930.90065.9552

#cc808c color RGB value is (204,128,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 10001100
Octal 314 200 214
Decimal 204 128 140
Hex CC 80 8C

RGB Percentages of Color #cc808c

%43.22
%27.12
%29.66

CMYK Percentages of Color #cc808c

%0
%37
%31
%20

Triadic Colors of #cc808c

#cc808c #8ccc80 #808ccc

Analogous Colors of #cc808c

#cc808c #cc9a80 #cc80b2

Monochromatic Colors of #cc808c

#cc808c

Complementary Color

#cc808c #80ccc0

#cc808c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc808c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc808c Color CSS Codes

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

#cc808c Text Font Color

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

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


#cc808c Background Color

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

This div background color is #cc808c


#cc808c Border Color

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

This div border color is #cc808c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc808c


Comments

No comments written yet.

Please login to write comment.