Color Hex Logo

#c0159e Color Hex

#C0159E
(192,21,158)
0 Favorites   0 Comments

Color spaces of #c0159e

RGB 19221158
HSL0.870.800.42
HSV312°89°75°
CMYK 0.000.890.18   0.25
XYZ28.177914.211433.6057
Yxy14.21140.37080.1870
Hunter Lab37.698067.4508-26.4652
CIE-Lab44.534672.4708-30.7898

#c0159e color RGB value is (192,21,158).

#c0159e hex color red value is 192, green value is 21 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c0159e hue: 0.87 , saturation: 0.80 and the lightness value of c0159e is 0.42.

The process color (four color CMYK) of #c0159e color hex is 0.00, 0.89, 0.18, 0.25. Web safe color of #c0159e is #cc0099. Color #c0159e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010101 10011110
Octal 300 25 236
Decimal 192 21 158
Hex C0 15 9E

RGB Percentages of Color #c0159e

%51.75
%5.66
%42.59

CMYK Percentages of Color #c0159e

%0
%89
%18
%25

Triadic Colors of #c0159e

#c0159e #9ec015 #159ec0

Analogous Colors of #c0159e

#c0159e #c01549 #8d15c0

Monochromatic Colors of #c0159e

#c0159e

Complementary Color

#c0159e #15c037

#c0159e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0159e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0159e Color CSS Codes

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

#c0159e Text Font Color

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

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


#c0159e Background Color

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

This div background color is #c0159e


#c0159e Border Color

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

This div border color is #c0159e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0159e


Comments

No comments written yet.

Please login to write comment.