Color Hex Logo

#c1189e Color Hex

#C1189E
(193,24,158)
0 Favorites   0 Comments

Color spaces of #c1189e

RGB 19324158
HSL0.870.780.43
HSV312°88°76°
CMYK 0.000.880.18   0.24
XYZ28.490514.459333.6371
Yxy14.45930.37200.1888
Hunter Lab38.025467.1966-25.8299
CIE-Lab44.884572.1907-30.2286

#c1189e color RGB value is (193,24,158).

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

The process color (four color CMYK) of #c1189e color hex is 0.00, 0.88, 0.18, 0.24. Web safe color of #c1189e is #cc0099. Color #c1189e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011000 10011110
Octal 301 30 236
Decimal 193 24 158
Hex C1 18 9E

RGB Percentages of Color #c1189e

%51.47
%6.40
%42.13

CMYK Percentages of Color #c1189e

%0
%88
%18
%24

Triadic Colors of #c1189e

#c1189e #9ec118 #189ec1

Analogous Colors of #c1189e

#c1189e #c1184a #9018c1

Monochromatic Colors of #c1189e

#c1189e

Complementary Color

#c1189e #18c13b

#c1189e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1189e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1189e Color CSS Codes

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

#c1189e Text Font Color

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

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


#c1189e Background Color

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

This div background color is #c1189e


#c1189e Border Color

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

This div border color is #c1189e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1189e


Comments

No comments written yet.

Please login to write comment.