Color Hex Logo

#cc788d Color Hex

#CC788D
(204,120,141)
0 Favorites   0 Comments

Color spaces of #cc788d

RGB 204120141
HSL0.960.450.64
HSV345°41°80°
CMYK 0.000.410.31   0.20
XYZ36.426028.193428.7213
Yxy28.19340.39020.3020
Hunter Lab53.097529.53435.0973
CIE-Lab60.063135.32682.8773

#cc788d color RGB value is (204,120,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111000 10001101
Octal 314 170 215
Decimal 204 120 141
Hex CC 78 8D

RGB Percentages of Color #cc788d

%43.87
%25.81
%30.32

CMYK Percentages of Color #cc788d

%0
%41
%31
%20

Triadic Colors of #cc788d

#cc788d #8dcc78 #788dcc

Analogous Colors of #cc788d

#cc788d #cc8d78 #cc78b7

Monochromatic Colors of #cc788d

#cc788d

Complementary Color

#cc788d #78ccb7

#cc788d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc788d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc788d Color CSS Codes

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

#cc788d Text Font Color

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

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


#cc788d Background Color

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

This div background color is #cc788d


#cc788d Border Color

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

This div border color is #cc788d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc788d


Comments

No comments written yet.

Please login to write comment.