Color Hex Logo

#cc134e Color Hex

#CC134E
(204,19,78)
0 Favorites   0 Comments

Color spaces of #cc134e

RGB 2041978
HSL0.950.830.44
HSV341°91°80°
CMYK 0.000.910.62   0.20
XYZ26.509913.85328.4844
Yxy13.85320.54270.2836
Hunter Lab37.219962.002012.5386
CIE-Lab44.021767.969018.0609

#cc134e color RGB value is (204,19,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010011 01001110
Octal 314 23 116
Decimal 204 19 78
Hex CC 13 4E

RGB Percentages of Color #cc134e

%67.77
%6.31
%25.91

CMYK Percentages of Color #cc134e

%0
%91
%62
%20

Triadic Colors of #cc134e

#cc134e #4ecc13 #134ecc

Analogous Colors of #cc134e

#cc134e #cc3413 #cc13ab

Monochromatic Colors of #cc134e

#cc134e

Complementary Color

#cc134e #13cc91

#cc134e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc134e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc134e Color CSS Codes

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

#cc134e Text Font Color

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

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


#cc134e Background Color

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

This div background color is #cc134e


#cc134e Border Color

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

This div border color is #cc134e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc134e


Comments

No comments written yet.

Please login to write comment.