Color Hex Logo

#cc077e Color Hex

#CC077E
(204,7,126)
0 Favorites   0 Comments

Color spaces of #cc077e

RGB 2047126
HSL0.900.930.41
HSV324°97°80°
CMYK 0.000.970.38   0.20
XYZ28.743714.495721.0216
Yxy14.49570.44730.2256
Hunter Lab38.073268.1320-6.0849
CIE-Lab44.935672.9590-10.5317

#cc077e color RGB value is (204,7,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000111 01111110
Octal 314 7 176
Decimal 204 7 126
Hex CC 7 7E

RGB Percentages of Color #cc077e

%60.53
%2.08
%37.39

CMYK Percentages of Color #cc077e

%0
%97
%38
%20

Triadic Colors of #cc077e

#cc077e #7ecc07 #077ecc

Analogous Colors of #cc077e

#cc077e #cc071c #b807cc

Monochromatic Colors of #cc077e

#cc077e

Complementary Color

#cc077e #07cc55

#cc077e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc077e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc077e Color CSS Codes

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

#cc077e Text Font Color

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

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


#cc077e Background Color

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

This div background color is #cc077e


#cc077e Border Color

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

This div border color is #cc077e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc077e


Comments

No comments written yet.

Please login to write comment.