Color Hex Logo

#c11e9f Color Hex

#C11E9F
(193,30,159)
0 Favorites   0 Comments

Color spaces of #c11e9f

RGB 19330159
HSL0.870.730.44
HSV313°84°76°
CMYK 0.000.840.18   0.24
XYZ28.714614.769234.1382
Yxy14.76920.36990.1903
Hunter Lab38.430766.1176-25.7661
CIE-Lab45.316471.2041-30.1520

#c11e9f color RGB value is (193,30,159).

#c11e9f hex color red value is 193, green value is 30 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c11e9f hue: 0.87 , saturation: 0.73 and the lightness value of c11e9f is 0.44.

The process color (four color CMYK) of #c11e9f color hex is 0.00, 0.84, 0.18, 0.24. Web safe color of #c11e9f is #cc3399. Color #c11e9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011110 10011111
Octal 301 36 237
Decimal 193 30 159
Hex C1 1E 9F

RGB Percentages of Color #c11e9f

%50.52
%7.85
%41.62

CMYK Percentages of Color #c11e9f

%0
%84
%18
%24

Triadic Colors of #c11e9f

#c11e9f #9fc11e #1e9fc1

Analogous Colors of #c11e9f

#c11e9f #c11e4e #921ec1

Monochromatic Colors of #c11e9f

#c11e9f

Complementary Color

#c11e9f #1ec140

#c11e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11e9f Color CSS Codes

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

#c11e9f Text Font Color

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

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


#c11e9f Background Color

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

This div background color is #c11e9f


#c11e9f Border Color

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

This div border color is #c11e9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11e9f


Comments

No comments written yet.

Please login to write comment.