Color Hex Logo

#cc135e Color Hex

#CC135E
(204,19,94)
0 Favorites   0 Comments

Color spaces of #cc135e

RGB 2041994
HSL0.930.830.44
HSV336°91°80°
CMYK 0.000.910.54   0.20
XYZ27.155114.111311.8822
Yxy14.11130.51090.2655
Hunter Lab37.565063.29587.5415
CIE-Lab44.392169.00128.5498

#cc135e color RGB value is (204,19,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010011 01011110
Octal 314 23 136
Decimal 204 19 94
Hex CC 13 5E

RGB Percentages of Color #cc135e

%64.35
%5.99
%29.65

CMYK Percentages of Color #cc135e

%0
%91
%54
%20

Triadic Colors of #cc135e

#cc135e #5ecc13 #135ecc

Analogous Colors of #cc135e

#cc135e #cc2513 #cc13bb

Monochromatic Colors of #cc135e

#cc135e

Complementary Color

#cc135e #13cc81

#cc135e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc135e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc135e Color CSS Codes

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

#cc135e Text Font Color

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

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


#cc135e Background Color

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

This div background color is #cc135e


#cc135e Border Color

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

This div border color is #cc135e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc135e


Comments

No comments written yet.

Please login to write comment.