Color Hex Logo

#9e95ad Color Hex

#9E95AD
(158,149,173)
0 Favorites   0 Comments

Color spaces of #9e95ad

RGB 158149173
HSL0.730.130.63
HSV263°14°68°
CMYK 0.090.140.00   0.32
XYZ32.390831.781143.9624
Yxy31.78110.29950.2939
Hunter Lab56.37473.9036-6.7735
CIE-Lab63.16168.0321-11.3359

#9e95ad color RGB value is (158,149,173).

#9e95ad hex color red value is 158, green value is 149 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9e95ad hue: 0.73 , saturation: 0.13 and the lightness value of 9e95ad is 0.63.

The process color (four color CMYK) of #9e95ad color hex is 0.09, 0.14, 0.00, 0.32. Web safe color of #9e95ad is #999999. Color #9e95ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10010101 10101101
Octal 236 225 255
Decimal 158 149 173
Hex 9E 95 AD

RGB Percentages of Color #9e95ad

%32.92
%31.04
%36.04

CMYK Percentages of Color #9e95ad

%9
%14
%0
%32

Triadic Colors of #9e95ad

#9e95ad #ad9e95 #95ad9e

Analogous Colors of #9e95ad

#9e95ad #aa95ad #9598ad

Monochromatic Colors of #9e95ad

#9e95ad

Complementary Color

#9e95ad #a4ad95

#9e95ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e95ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e95ad Color CSS Codes

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

#9e95ad Text Font Color

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

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


#9e95ad Background Color

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

This div background color is #9e95ad


#9e95ad Border Color

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

This div border color is #9e95ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e95ad


Comments

No comments written yet.

Please login to write comment.