Color Hex Logo

#c1149e Color Hex

#C1149E
(193,20,158)
0 Favorites   0 Comments

Color spaces of #c1149e

RGB 19320158
HSL0.870.810.42
HSV312°90°76°
CMYK 0.000.900.18   0.24
XYZ28.414014.306433.6116
Yxy14.30640.37220.1874
Hunter Lab37.823867.9011-26.2106
CIE-Lab44.669272.8193-30.5657

#c1149e color RGB value is (193,20,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010100 10011110
Octal 301 24 236
Decimal 193 20 158
Hex C1 14 9E

RGB Percentages of Color #c1149e

%52.02
%5.39
%42.59

CMYK Percentages of Color #c1149e

%0
%90
%18
%24

Triadic Colors of #c1149e

#c1149e #9ec114 #149ec1

Analogous Colors of #c1149e

#c1149e #c11448 #8e14c1

Monochromatic Colors of #c1149e

#c1149e

Complementary Color

#c1149e #14c137

#c1149e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1149e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1149e Color CSS Codes

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

#c1149e Text Font Color

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

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


#c1149e Background Color

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

This div background color is #c1149e


#c1149e Border Color

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

This div border color is #c1149e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1149e


Comments

No comments written yet.

Please login to write comment.