Color Hex Logo

#c11282 Color Hex

#C11282
(193,18,130)
0 Favorites   0 Comments

Color spaces of #c11282

RGB 19318130
HSL0.890.830.41
HSV322°91°76°
CMYK 0.000.910.33   0.24
XYZ26.237913.381822.3191
Yxy13.38180.42360.2160
Hunter Lab36.581164.0125-10.5676
CIE-Lab43.333069.8163-15.6258

#c11282 color RGB value is (193,18,130).

#c11282 hex color red value is 193, green value is 18 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #c11282 hue: 0.89 , saturation: 0.83 and the lightness value of c11282 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010010 10000010
Octal 301 22 202
Decimal 193 18 130
Hex C1 12 82

RGB Percentages of Color #c11282

%56.60
%5.28
%38.12

CMYK Percentages of Color #c11282

%0
%91
%33
%24

Triadic Colors of #c11282

#c11282 #82c112 #1282c1

Analogous Colors of #c11282

#c11282 #c1122b #a912c1

Monochromatic Colors of #c11282

#c11282

Complementary Color

#c11282 #12c151

#c11282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11282 Color CSS Codes

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

#c11282 Text Font Color

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

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


#c11282 Background Color

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

This div background color is #c11282


#c11282 Border Color

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

This div border color is #c11282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11282


Comments

No comments written yet.

Please login to write comment.