Color Hex Logo

#c1159a Color Hex

#C1159A
(193,21,154)
0 Favorites   0 Comments

Color spaces of #c1159a

RGB 19321154
HSL0.870.800.42
HSV314°89°76°
CMYK 0.000.890.20   0.24
XYZ28.093214.206931.8334
Yxy14.20690.37900.1916
Hunter Lab37.692067.0812-23.6899
CIE-Lab44.528272.1640-28.3818

#c1159a color RGB value is (193,21,154).

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

The process color (four color CMYK) of #c1159a color hex is 0.00, 0.89, 0.20, 0.24. Web safe color of #c1159a is #cc0099. Color #c1159a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010101 10011010
Octal 301 25 232
Decimal 193 21 154
Hex C1 15 9A

RGB Percentages of Color #c1159a

%52.45
%5.71
%41.85

CMYK Percentages of Color #c1159a

%0
%89
%20
%24

Triadic Colors of #c1159a

#c1159a #9ac115 #159ac1

Analogous Colors of #c1159a

#c1159a #c11544 #9215c1

Monochromatic Colors of #c1159a

#c1159a

Complementary Color

#c1159a #15c13c

#c1159a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1159a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1159a Color CSS Codes

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

#c1159a Text Font Color

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

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


#c1159a Background Color

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

This div background color is #c1159a


#c1159a Border Color

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

This div border color is #c1159a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,21,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1159a


Comments

No comments written yet.

Please login to write comment.