Color Hex Logo

#9e64ab Color Hex

#9E64AB
(158,100,171)
0 Favorites   0 Comments

Color spaces of #9e64ab

RGB 158100171
HSL0.800.300.53
HSV289°42°67°
CMYK 0.080.420.00   0.33
XYZ26.008419.323740.8871
Yxy19.32370.30170.2241
Hunter Lab43.958728.6826-24.3760
CIE-Lab51.063835.5418-28.6636

#9e64ab color RGB value is (158,100,171).

#9e64ab hex color red value is 158, green value is 100 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9e64ab hue: 0.80 , saturation: 0.30 and the lightness value of 9e64ab is 0.53.

The process color (four color CMYK) of #9e64ab color hex is 0.08, 0.42, 0.00, 0.33. Web safe color of #9e64ab is #996699. Color #9e64ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01100100 10101011
Octal 236 144 253
Decimal 158 100 171
Hex 9E 64 AB

RGB Percentages of Color #9e64ab

%36.83
%23.31
%39.86

CMYK Percentages of Color #9e64ab

%8
%42
%0
%33

Triadic Colors of #9e64ab

#9e64ab #ab9e64 #64ab9e

Analogous Colors of #9e64ab

#9e64ab #ab6495 #7b64ab

Monochromatic Colors of #9e64ab

#9e64ab

Complementary Color

#9e64ab #71ab64

#9e64ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e64ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e64ab Color CSS Codes

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

#9e64ab Text Font Color

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

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


#9e64ab Background Color

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

This div background color is #9e64ab


#9e64ab Border Color

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

This div border color is #9e64ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,100,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 #9e64ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e64ab


Comments

No comments written yet.

Please login to write comment.