Color Hex Logo

#cc7799 Color Hex

#CC7799
(204,119,153)
2 Favorites   0 Comments

Color spaces of #cc7799

RGB 204119153
HSL0.930.450.63
HSV336°42°80°
CMYK 0.000.420.25   0.20
XYZ37.248428.330933.6422
Yxy28.33090.37540.2855
Hunter Lab53.226831.7684-0.2157
CIE-Lab60.186537.5076-3.8527

#cc7799 color RGB value is (204,119,153). This hex color code is also a web safe color which is equal to #C79.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110111 10011001
Octal 314 167 231
Decimal 204 119 153
Hex CC 77 99

RGB Percentages of Color #cc7799

%42.86
%25.00
%32.14

CMYK Percentages of Color #cc7799

%0
%42
%25
%20

Triadic Colors of #cc7799

#cc7799 #99cc77 #7799cc

Analogous Colors of #cc7799

#cc7799 #cc8077 #cc77c4

Monochromatic Colors of #cc7799

#cc7799

Complementary Color

#cc7799 #77ccaa

#cc7799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7799 Color CSS Codes

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

#cc7799 Text Font Color

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

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


#cc7799 Background Color

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

This div background color is #cc7799


#cc7799 Border Color

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

This div border color is #cc7799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7799

#cc7799 Color Palettes


Comments

No comments written yet.

Please login to write comment.