Color Hex Logo

#cc076d Color Hex

#CC076D
(204,7,109)
0 Favorites   0 Comments

Color spaces of #cc076d

RGB 2047109
HSL0.910.930.41
HSV329°97°80°
CMYK 0.000.970.47   0.20
XYZ27.738114.093515.7263
Yxy14.09350.48190.2449
Hunter Lab37.541366.19081.4419
CIE-Lab44.366771.4507-0.8541

#cc076d color RGB value is (204,7,109).

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

The process color (four color CMYK) of #cc076d color hex is 0.00, 0.97, 0.47, 0.20. Web safe color of #cc076d is #cc0066. Color #cc076d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000111 01101101
Octal 314 7 155
Decimal 204 7 109
Hex CC 7 6D

RGB Percentages of Color #cc076d

%63.75
%2.19
%34.06

CMYK Percentages of Color #cc076d

%0
%97
%47
%20

Triadic Colors of #cc076d

#cc076d #6dcc07 #076dcc

Analogous Colors of #cc076d

#cc076d #cc070a #c907cc

Monochromatic Colors of #cc076d

#cc076d

Complementary Color

#cc076d #07cc66

#cc076d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc076d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc076d Color CSS Codes

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

#cc076d Text Font Color

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

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


#cc076d Background Color

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

This div background color is #cc076d


#cc076d Border Color

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

This div border color is #cc076d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc076d


Comments

No comments written yet.

Please login to write comment.