Color Hex Logo

#c11d5a Color Hex

#C11D5A
(193,29,90)
0 Favorites   0 Comments

Color spaces of #c11d5a

RGB 1932990
HSL0.940.740.44
HSV338°85°76°
CMYK 0.000.850.53   0.24
XYZ24.277112.954410.8938
Yxy12.95440.50450.2692
Hunter Lab35.992257.41367.2492
CIE-Lab42.694564.24788.3499

#c11d5a color RGB value is (193,29,90).

#c11d5a hex color red value is 193, green value is 29 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #c11d5a hue: 0.94 , saturation: 0.74 and the lightness value of c11d5a is 0.44.

The process color (four color CMYK) of #c11d5a color hex is 0.00, 0.85, 0.53, 0.24. Web safe color of #c11d5a is #cc3366. Color #c11d5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011101 01011010
Octal 301 35 132
Decimal 193 29 90
Hex C1 1D 5A

RGB Percentages of Color #c11d5a

%61.86
%9.29
%28.85

CMYK Percentages of Color #c11d5a

%0
%85
%53
%24

Triadic Colors of #c11d5a

#c11d5a #5ac11d #1d5ac1

Analogous Colors of #c11d5a

#c11d5a #c1321d #c11dac

Monochromatic Colors of #c11d5a

#c11d5a

Complementary Color

#c11d5a #1dc184

#c11d5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11d5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11d5a Color CSS Codes

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

#c11d5a Text Font Color

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

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


#c11d5a Background Color

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

This div background color is #c11d5a


#c11d5a Border Color

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

This div border color is #c11d5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11d5a


Comments

No comments written yet.

Please login to write comment.