Color Hex Logo

#cc788f Color Hex

#CC788F
(204,120,143)
0 Favorites   0 Comments

Color spaces of #cc788f

RGB 204120143
HSL0.950.450.64
HSV344°41°80°
CMYK 0.000.410.30   0.20
XYZ36.576228.253529.5123
Yxy28.25350.38770.2995
Hunter Lab53.154029.80944.2887
CIE-Lab60.117135.59251.8035

#cc788f color RGB value is (204,120,143).

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

The process color (four color CMYK) of #cc788f color hex is 0.00, 0.41, 0.30, 0.20. Web safe color of #cc788f is #cc6699. Color #cc788f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111000 10001111
Octal 314 170 217
Decimal 204 120 143
Hex CC 78 8F

RGB Percentages of Color #cc788f

%43.68
%25.70
%30.62

CMYK Percentages of Color #cc788f

%0
%41
%30
%20

Triadic Colors of #cc788f

#cc788f #8fcc78 #788fcc

Analogous Colors of #cc788f

#cc788f #cc8b78 #cc78b9

Monochromatic Colors of #cc788f

#cc788f

Complementary Color

#cc788f #78ccb5

#cc788f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc788f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc788f Color CSS Codes

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

#cc788f Text Font Color

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

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


#cc788f Background Color

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

This div background color is #cc788f


#cc788f Border Color

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

This div border color is #cc788f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc788f


Comments

No comments written yet.

Please login to write comment.