Color Hex Logo

#cc136b Color Hex

#CC136B
(204,19,107)
0 Favorites   0 Comments

Color spaces of #cc136b

RGB 20419107
HSL0.920.830.44
HSV331°91°80°
CMYK 0.000.910.48   0.20
XYZ27.788614.364715.2180
Yxy14.36470.48440.2504
Hunter Lab37.900864.54862.7243
CIE-Lab44.751569.99340.9523

#cc136b color RGB value is (204,19,107).

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

The process color (four color CMYK) of #cc136b color hex is 0.00, 0.91, 0.48, 0.20. Web safe color of #cc136b is #cc0066. Color #cc136b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010011 01101011
Octal 314 23 153
Decimal 204 19 107
Hex CC 13 6B

RGB Percentages of Color #cc136b

%61.82
%5.76
%32.42

CMYK Percentages of Color #cc136b

%0
%91
%48
%20

Triadic Colors of #cc136b

#cc136b #6bcc13 #136bcc

Analogous Colors of #cc136b

#cc136b #cc1813 #cc13c8

Monochromatic Colors of #cc136b

#cc136b

Complementary Color

#cc136b #13cc74

#cc136b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc136b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc136b Color CSS Codes

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

#cc136b Text Font Color

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

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


#cc136b Background Color

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

This div background color is #cc136b


#cc136b Border Color

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

This div border color is #cc136b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc136b


Comments

No comments written yet.

Please login to write comment.