Color Hex Logo

#cc079d Color Hex

#CC079D
(204,7,157)
0 Favorites   0 Comments

Color spaces of #cc079d

RGB 2047157
HSL0.870.930.41
HSV314°97°80°
CMYK 0.000.970.23   0.20
XYZ31.063615.423633.2381
Yxy15.42360.38960.1935
Hunter Lab39.272972.4602-22.6883
CIE-Lab46.209076.2667-27.4083

#cc079d color RGB value is (204,7,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000111 10011101
Octal 314 7 235
Decimal 204 7 157
Hex CC 7 9D

RGB Percentages of Color #cc079d

%55.43
%1.90
%42.66

CMYK Percentages of Color #cc079d

%0
%97
%23
%20

Triadic Colors of #cc079d

#cc079d #9dcc07 #079dcc

Analogous Colors of #cc079d

#cc079d #cc073b #9907cc

Monochromatic Colors of #cc079d

#cc079d

Complementary Color

#cc079d #07cc36

#cc079d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc079d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc079d Color CSS Codes

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

#cc079d Text Font Color

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

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


#cc079d Background Color

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

This div background color is #cc079d


#cc079d Border Color

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

This div border color is #cc079d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc079d


Comments

No comments written yet.

Please login to write comment.