Color Hex Logo

#cc157f Color Hex

#CC157F
(204,21,127)
0 Favorites   0 Comments

Color spaces of #cc157f

RGB 20421127
HSL0.900.810.44
HSV325°90°80°
CMYK 0.000.900.38   0.20
XYZ29.000814.906021.4273
Yxy14.90600.44390.2282
Hunter Lab38.608366.5166-5.8797
CIE-Lab45.505271.5016-10.2886

#cc157f color RGB value is (204,21,127).

#cc157f hex color red value is 204, green value is 21 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cc157f hue: 0.90 , saturation: 0.81 and the lightness value of cc157f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010101 01111111
Octal 314 25 177
Decimal 204 21 127
Hex CC 15 7F

RGB Percentages of Color #cc157f

%57.95
%5.97
%36.08

CMYK Percentages of Color #cc157f

%0
%90
%38
%20

Triadic Colors of #cc157f

#cc157f #7fcc15 #157fcc

Analogous Colors of #cc157f

#cc157f #cc1523 #be15cc

Monochromatic Colors of #cc157f

#cc157f

Complementary Color

#cc157f #15cc62

#cc157f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc157f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc157f Color CSS Codes

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

#cc157f Text Font Color

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

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


#cc157f Background Color

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

This div background color is #cc157f


#cc157f Border Color

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

This div border color is #cc157f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc157f


Comments

No comments written yet.

Please login to write comment.