Color Hex Logo

#cc779e Color Hex

#CC779E
(204,119,158)
0 Favorites   0 Comments

Color spaces of #cc779e

RGB 204119158
HSL0.920.450.63
HSV332°42°80°
CMYK 0.000.420.23   0.20
XYZ37.670228.499635.8633
Yxy28.49960.36920.2793
Hunter Lab53.385032.5316-2.4607
CIE-Lab60.337438.2330-6.5048

#cc779e color RGB value is (204,119,158).

#cc779e hex color red value is 204, green value is 119 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cc779e hue: 0.92 , saturation: 0.45 and the lightness value of cc779e is 0.63.

The process color (four color CMYK) of #cc779e color hex is 0.00, 0.42, 0.23, 0.20. Web safe color of #cc779e is #cc6699. Color #cc779e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110111 10011110
Octal 314 167 236
Decimal 204 119 158
Hex CC 77 9E

RGB Percentages of Color #cc779e

%42.41
%24.74
%32.85

CMYK Percentages of Color #cc779e

%0
%42
%23
%20

Triadic Colors of #cc779e

#cc779e #9ecc77 #779ecc

Analogous Colors of #cc779e

#cc779e #cc7b77 #cc77c9

Monochromatic Colors of #cc779e

#cc779e

Complementary Color

#cc779e #77cca5

#cc779e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc779e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc779e Color CSS Codes

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

#cc779e Text Font Color

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

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


#cc779e Background Color

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

This div background color is #cc779e


#cc779e Border Color

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

This div border color is #cc779e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc779e


Comments

No comments written yet.

Please login to write comment.