Color Hex Logo

#9d3eab Color Hex

#9D3EAB
(157,62,171)
0 Favorites   0 Comments

Color spaces of #9d3eab

RGB 15762171
HSL0.810.470.46
HSV292°64°67°
CMYK 0.080.640.00   0.33
XYZ22.977913.553639.9331
Yxy13.55360.30050.1773
Hunter Lab36.815246.9826-38.5406
CIE-Lab43.585854.6425-40.4256

#9d3eab color RGB value is (157,62,171).

#9d3eab hex color red value is 157, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9d3eab hue: 0.81 , saturation: 0.47 and the lightness value of 9d3eab is 0.46.

The process color (four color CMYK) of #9d3eab color hex is 0.08, 0.64, 0.00, 0.33. Web safe color of #9d3eab is #993399. Color #9d3eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00111110 10101011
Octal 235 76 253
Decimal 157 62 171
Hex 9D 3E AB

RGB Percentages of Color #9d3eab

%40.26
%15.90
%43.85

CMYK Percentages of Color #9d3eab

%8
%64
%0
%33

Triadic Colors of #9d3eab

#9d3eab #ab9d3e #3eab9d

Analogous Colors of #9d3eab

#9d3eab #ab3e83 #673eab

Monochromatic Colors of #9d3eab

#9d3eab

Complementary Color

#9d3eab #4cab3e

#9d3eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d3eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d3eab Color CSS Codes

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

#9d3eab Text Font Color

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

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


#9d3eab Background Color

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

This div background color is #9d3eab


#9d3eab Border Color

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

This div border color is #9d3eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d3eab


Comments

No comments written yet.

Please login to write comment.