Color Hex Logo

#cc788a Color Hex

#CC788A
(204,120,138)
0 Favorites   0 Comments

Color spaces of #cc788a

RGB 204120138
HSL0.960.450.64
HSV347°41°80°
CMYK 0.000.410.32   0.20
XYZ36.205828.105327.5614
Yxy28.10530.39410.3059
Hunter Lab53.014429.13006.2861
CIE-Lab59.983834.93534.4910

#cc788a color RGB value is (204,120,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111000 10001010
Octal 314 170 212
Decimal 204 120 138
Hex CC 78 8A

RGB Percentages of Color #cc788a

%44.16
%25.97
%29.87

CMYK Percentages of Color #cc788a

%0
%41
%32
%20

Triadic Colors of #cc788a

#cc788a #8acc78 #788acc

Analogous Colors of #cc788a

#cc788a #cc9078 #cc78b4

Monochromatic Colors of #cc788a

#cc788a

Complementary Color

#cc788a #78ccba

#cc788a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc788a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc788a Color CSS Codes

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

#cc788a Text Font Color

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

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


#cc788a Background Color

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

This div background color is #cc788a


#cc788a Border Color

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

This div border color is #cc788a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc788a


Comments

No comments written yet.

Please login to write comment.