Color Hex Logo

#9e1dad Color Hex

#9E1DAD
(158,29,173)
0 Favorites   0 Comments

Color spaces of #9e1dad

RGB 15829173
HSL0.820.710.40
HSV294°83°68°
CMYK 0.090.830.00   0.32
XYZ22.082711.165040.5263
Yxy11.16500.29930.1513
Hunter Lab33.414159.4925-48.5201
CIE-Lab39.857066.6164-47.5600

#9e1dad color RGB value is (158,29,173).

#9e1dad hex color red value is 158, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9e1dad hue: 0.82 , saturation: 0.71 and the lightness value of 9e1dad is 0.40.

The process color (four color CMYK) of #9e1dad color hex is 0.09, 0.83, 0.00, 0.32. Web safe color of #9e1dad is #993399. Color #9e1dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00011101 10101101
Octal 236 35 255
Decimal 158 29 173
Hex 9E 1D AD

RGB Percentages of Color #9e1dad

%43.89
%8.06
%48.06

CMYK Percentages of Color #9e1dad

%9
%83
%0
%32

Triadic Colors of #9e1dad

#9e1dad #ad9e1d #1dad9e

Analogous Colors of #9e1dad

#9e1dad #ad1d74 #561dad

Monochromatic Colors of #9e1dad

#9e1dad

Complementary Color

#9e1dad #2cad1d

#9e1dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e1dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e1dad Color CSS Codes

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

#9e1dad Text Font Color

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

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


#9e1dad Background Color

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

This div background color is #9e1dad


#9e1dad Border Color

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

This div border color is #9e1dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,29,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e1dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e1dad;
  -webkit-box-shadow: 1px 1px 3px 2px #9e1dad;
  box-shadow:         1px 1px 3px 2px #9e1dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e1dad


Comments

No comments written yet.

Please login to write comment.