Color Hex Logo

#9d1183 Color Hex

#9D1183
(157,17,131)
0 Favorites   0 Comments

Color spaces of #9d1183

RGB 15717131
HSL0.860.800.34
HSV311°89°62°
CMYK 0.000.890.17   0.38
XYZ18.20189.207722.2906
Yxy9.20770.36620.1853
Hunter Lab30.344253.9699-22.3130
CIE-Lab36.381262.4201-27.5615

#9d1183 color RGB value is (157,17,131).

#9d1183 hex color red value is 157, green value is 17 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #9d1183 hue: 0.86 , saturation: 0.80 and the lightness value of 9d1183 is 0.34.

The process color (four color CMYK) of #9d1183 color hex is 0.00, 0.89, 0.17, 0.38. Web safe color of #9d1183 is #990099. Color #9d1183 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00010001 10000011
Octal 235 21 203
Decimal 157 17 131
Hex 9D 11 83

RGB Percentages of Color #9d1183

%51.48
%5.57
%42.95

CMYK Percentages of Color #9d1183

%0
%89
%17
%38

Triadic Colors of #9d1183

#9d1183 #839d11 #11839d

Analogous Colors of #9d1183

#9d1183 #9d113d #71119d

Monochromatic Colors of #9d1183

#9d1183

Complementary Color

#9d1183 #119d2b

#9d1183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d1183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d1183 Color CSS Codes

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

#9d1183 Text Font Color

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

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


#9d1183 Background Color

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

This div background color is #9d1183


#9d1183 Border Color

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

This div border color is #9d1183


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,17,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d1183; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d1183;
  -webkit-box-shadow: 1px 1px 3px 2px #9d1183;
  box-shadow:         1px 1px 3px 2px #9d1183; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,17,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d1183


Comments

No comments written yet.

Please login to write comment.