Color Hex Logo

#9e9fea Color Hex

#9E9FEA
(158,159,234)
0 Favorites   0 Comments

Color spaces of #9e9fea

RGB 158159234
HSL0.660.640.77
HSV239°32°92°
CMYK 0.320.320.00   0.08
XYZ41.350038.005982.9984
Yxy38.00590.25470.2341
Hunter Lab61.648911.8403-36.6683
CIE-Lab68.025016.6866-37.8271

#9e9fea color RGB value is (158,159,234).

#9e9fea hex color red value is 158, green value is 159 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9e9fea hue: 0.66 , saturation: 0.64 and the lightness value of 9e9fea is 0.77.

The process color (four color CMYK) of #9e9fea color hex is 0.32, 0.32, 0.00, 0.08. Web safe color of #9e9fea is #9999ff. Color #9e9fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10011111 11101010
Octal 236 237 352
Decimal 158 159 234
Hex 9E 9F EA

RGB Percentages of Color #9e9fea

%28.68
%28.86
%42.47

CMYK Percentages of Color #9e9fea

%32
%32
%0
%8

Triadic Colors of #9e9fea

#9e9fea #ea9e9f #9fea9e

Analogous Colors of #9e9fea

#9e9fea #c39eea #9ec5ea

Monochromatic Colors of #9e9fea

#9e9fea

Complementary Color

#9e9fea #eae99e

#9e9fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e9fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e9fea Color CSS Codes

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

#9e9fea Text Font Color

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

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


#9e9fea Background Color

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

This div background color is #9e9fea


#9e9fea Border Color

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

This div border color is #9e9fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e9fea


Comments

No comments written yet.

Please login to write comment.