Color Hex Logo

#cc156d Color Hex

#CC156D
(204,21,109)
0 Favorites   0 Comments

Color spaces of #cc156d

RGB 20421109
HSL0.920.810.44
HSV331°90°80°
CMYK 0.000.900.47   0.20
XYZ27.930314.477815.7904
Yxy14.47780.47990.2488
Hunter Lab38.049764.44052.0298
CIE-Lab44.910569.8711-0.0589

#cc156d color RGB value is (204,21,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010101 01101101
Octal 314 25 155
Decimal 204 21 109
Hex CC 15 6D

RGB Percentages of Color #cc156d

%61.08
%6.29
%32.63

CMYK Percentages of Color #cc156d

%0
%90
%47
%20

Triadic Colors of #cc156d

#cc156d #6dcc15 #156dcc

Analogous Colors of #cc156d

#cc156d #cc1815 #cc15c9

Monochromatic Colors of #cc156d

#cc156d

Complementary Color

#cc156d #15cc74

#cc156d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc156d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc156d Color CSS Codes

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

#cc156d Text Font Color

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

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


#cc156d Background Color

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

This div background color is #cc156d


#cc156d Border Color

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

This div border color is #cc156d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,21,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 #cc156d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc156d


Comments

No comments written yet.

Please login to write comment.