Color Hex Logo

#cc079c Color Hex

#CC079C
(204,7,156)
0 Favorites   0 Comments

Color spaces of #cc079c

RGB 2047156
HSL0.870.930.41
HSV315°97°80°
CMYK 0.000.970.24   0.20
XYZ30.978615.389632.7902
Yxy15.38960.39130.1944
Hunter Lab39.229672.3051-22.0971
CIE-Lab46.163376.1495-26.8795

#cc079c color RGB value is (204,7,156).

#cc079c hex color red value is 204, green value is 7 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cc079c hue: 0.87 , saturation: 0.93 and the lightness value of cc079c is 0.41.

The process color (four color CMYK) of #cc079c color hex is 0.00, 0.97, 0.24, 0.20. Web safe color of #cc079c is #cc0099. Color #cc079c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000111 10011100
Octal 314 7 234
Decimal 204 7 156
Hex CC 7 9C

RGB Percentages of Color #cc079c

%55.59
%1.91
%42.51

CMYK Percentages of Color #cc079c

%0
%97
%24
%20

Triadic Colors of #cc079c

#cc079c #9ccc07 #079ccc

Analogous Colors of #cc079c

#cc079c #cc073a #9a07cc

Monochromatic Colors of #cc079c

#cc079c

Complementary Color

#cc079c #07cc37

#cc079c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc079c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc079c Color CSS Codes

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

#cc079c Text Font Color

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

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


#cc079c Background Color

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

This div background color is #cc079c


#cc079c Border Color

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

This div border color is #cc079c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc079c


Comments

No comments written yet.

Please login to write comment.