Color Hex Logo

#cc136e Color Hex

#CC136E
(204,19,110)
0 Favorites   0 Comments

Color spaces of #cc136e

RGB 20419110
HSL0.920.830.44
HSV330°91°80°
CMYK 0.000.910.46   0.20
XYZ27.949214.428916.0638
Yxy14.42890.47820.2469
Hunter Lab37.985464.86371.5164
CIE-Lab44.841870.2420-0.7802

#cc136e color RGB value is (204,19,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010011 01101110
Octal 314 23 156
Decimal 204 19 110
Hex CC 13 6E

RGB Percentages of Color #cc136e

%61.26
%5.71
%33.03

CMYK Percentages of Color #cc136e

%0
%91
%46
%20

Triadic Colors of #cc136e

#cc136e #6ecc13 #136ecc

Analogous Colors of #cc136e

#cc136e #cc1513 #cc13cb

Monochromatic Colors of #cc136e

#cc136e

Complementary Color

#cc136e #13cc71

#cc136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc136e Color CSS Codes

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

#cc136e Text Font Color

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

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


#cc136e Background Color

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

This div background color is #cc136e


#cc136e Border Color

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

This div border color is #cc136e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc136e


Comments

No comments written yet.

Please login to write comment.