Color Hex Logo

#c11682 Color Hex

#C11682
(193,22,130)
0 Favorites   0 Comments

Color spaces of #c11682

RGB 19322130
HSL0.890.800.42
HSV322°89°76°
CMYK 0.000.890.33   0.24
XYZ26.308513.523022.3427
Yxy13.52300.42310.2175
Hunter Lab36.773663.3482-10.2815
CIE-Lab43.540969.2117-15.3088

#c11682 color RGB value is (193,22,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010110 10000010
Octal 301 26 202
Decimal 193 22 130
Hex C1 16 82

RGB Percentages of Color #c11682

%55.94
%6.38
%37.68

CMYK Percentages of Color #c11682

%0
%89
%33
%24

Triadic Colors of #c11682

#c11682 #82c116 #1682c1

Analogous Colors of #c11682

#c11682 #c1162c #ab16c1

Monochromatic Colors of #c11682

#c11682

Complementary Color

#c11682 #16c155

#c11682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11682 Color CSS Codes

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

#c11682 Text Font Color

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

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


#c11682 Background Color

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

This div background color is #c11682


#c11682 Border Color

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

This div border color is #c11682


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,22,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 #c11682">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11682


Comments

No comments written yet.

Please login to write comment.