Color Hex Logo

#cc119e Color Hex

#CC119E
(204,17,158)
0 Favorites   0 Comments

Color spaces of #cc119e

RGB 20417158
HSL0.870.850.43
HSV315°92°80°
CMYK 0.000.920.23   0.20
XYZ31.273815.706933.7312
Yxy15.70690.38750.1946
Hunter Lab39.631971.4996-22.7201
CIE-Lab46.587675.4100-27.4182

#cc119e color RGB value is (204,17,158).

#cc119e hex color red value is 204, green value is 17 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cc119e hue: 0.87 , saturation: 0.85 and the lightness value of cc119e is 0.43.

The process color (four color CMYK) of #cc119e color hex is 0.00, 0.92, 0.23, 0.20. Web safe color of #cc119e is #cc0099. Color #cc119e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010001 10011110
Octal 314 21 236
Decimal 204 17 158
Hex CC 11 9E

RGB Percentages of Color #cc119e

%53.83
%4.49
%41.69

CMYK Percentages of Color #cc119e

%0
%92
%23
%20

Triadic Colors of #cc119e

#cc119e #9ecc11 #119ecc

Analogous Colors of #cc119e

#cc119e #cc1141 #9d11cc

Monochromatic Colors of #cc119e

#cc119e

Complementary Color

#cc119e #11cc3f

#cc119e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc119e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc119e Color CSS Codes

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

#cc119e Text Font Color

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

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


#cc119e Background Color

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

This div background color is #cc119e


#cc119e Border Color

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

This div border color is #cc119e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc119e


Comments

No comments written yet.

Please login to write comment.