Color Hex Logo

#c11591 Color Hex

#C11591
(193,21,145)
0 Favorites   0 Comments

Color spaces of #c11591

RGB 19321145
HSL0.880.800.42
HSV317°89°76°
CMYK 0.000.890.25   0.24
XYZ27.371313.918128.0319
Yxy13.91810.39480.2008
Hunter Lab37.307065.6743-18.4347
CIE-Lab44.115271.0663-23.5844

#c11591 color RGB value is (193,21,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010101 10010001
Octal 301 25 221
Decimal 193 21 145
Hex C1 15 91

RGB Percentages of Color #c11591

%53.76
%5.85
%40.39

CMYK Percentages of Color #c11591

%0
%89
%25
%24

Triadic Colors of #c11591

#c11591 #91c115 #1591c1

Analogous Colors of #c11591

#c11591 #c1153b #9b15c1

Monochromatic Colors of #c11591

#c11591

Complementary Color

#c11591 #15c145

#c11591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11591 Color CSS Codes

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

#c11591 Text Font Color

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

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


#c11591 Background Color

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

This div background color is #c11591


#c11591 Border Color

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

This div border color is #c11591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11591


Comments

No comments written yet.

Please login to write comment.