Color Hex Logo

#c8119e Color Hex

#C8119E
(200,17,158)
0 Favorites   0 Comments

Color spaces of #c8119e

RGB 20017158
HSL0.870.840.43
HSV314°92°78°
CMYK 0.000.920.21   0.22
XYZ30.191415.148933.6805
Yxy15.14890.38210.1917
Hunter Lab38.921670.3493-24.0610
CIE-Lab45.837574.6141-28.6437

#c8119e color RGB value is (200,17,158).

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

The process color (four color CMYK) of #c8119e color hex is 0.00, 0.92, 0.21, 0.22. Web safe color of #c8119e is #cc0099. Color #c8119e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010001 10011110
Octal 310 21 236
Decimal 200 17 158
Hex C8 11 9E

RGB Percentages of Color #c8119e

%53.33
%4.53
%42.13

CMYK Percentages of Color #c8119e

%0
%92
%21
%22

Triadic Colors of #c8119e

#c8119e #9ec811 #119ec8

Analogous Colors of #c8119e

#c8119e #c81143 #9711c8

Monochromatic Colors of #c8119e

#c8119e

Complementary Color

#c8119e #11c83b

#c8119e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8119e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8119e Color CSS Codes

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

#c8119e Text Font Color

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

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


#c8119e Background Color

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

This div background color is #c8119e


#c8119e Border Color

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

This div border color is #c8119e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,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 #c8119e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8119e


Comments

No comments written yet.

Please login to write comment.