Color Hex Logo

#c11581 Color Hex

#C11581
(193,21,129)
1 Favorites   0 Comments

Color spaces of #c11581

RGB 19321129
HSL0.900.800.42
HSV322°89°76°
CMYK 0.000.890.33   0.24
XYZ26.222913.458821.9846
Yxy13.45880.42520.2183
Hunter Lab36.686263.3888-9.8498
CIE-Lab43.446669.2646-14.8378

#c11581 color RGB value is (193,21,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010101 10000001
Octal 301 25 201
Decimal 193 21 129
Hex C1 15 81

RGB Percentages of Color #c11581

%56.27
%6.12
%37.61

CMYK Percentages of Color #c11581

%0
%89
%33
%24

Triadic Colors of #c11581

#c11581 #81c115 #1581c1

Analogous Colors of #c11581

#c11581 #c1152b #ab15c1

Monochromatic Colors of #c11581

#c11581

Complementary Color

#c11581 #15c155

#c11581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11581 Color CSS Codes

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

#c11581 Text Font Color

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

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


#c11581 Background Color

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

This div background color is #c11581


#c11581 Border Color

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

This div border color is #c11581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11581


Comments

No comments written yet.

Please login to write comment.