Color Hex Logo

#9e9ffd Color Hex

#9E9FFD
(158,159,253)
0 Favorites   0 Comments

Color spaces of #9e9ffd

RGB 158159253
HSL0.660.960.81
HSV239°38°99°
CMYK 0.380.370.00   0.01
XYZ44.228339.157298.1555
Yxy39.15720.24360.2157
Hunter Lab62.575716.6557-49.1986
CIE-Lab68.865021.6600-46.8845

#9e9ffd color RGB value is (158,159,253).

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

The process color (four color CMYK) of #9e9ffd color hex is 0.38, 0.37, 0.00, 0.01. Web safe color of #9e9ffd is #9999ff. Color #9e9ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10011111 11111101
Octal 236 237 375
Decimal 158 159 253
Hex 9E 9F FD

RGB Percentages of Color #9e9ffd

%27.72
%27.89
%44.39

CMYK Percentages of Color #9e9ffd

%38
%37
%0
%1

Triadic Colors of #9e9ffd

#9e9ffd #fd9e9f #9ffd9e

Analogous Colors of #9e9ffd

#9e9ffd #cd9efd #9ecffd

Monochromatic Colors of #9e9ffd

#9e9ffd

Complementary Color

#9e9ffd #fdfc9e

#9e9ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e9ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e9ffd Color CSS Codes

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

#9e9ffd Text Font Color

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

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


#9e9ffd Background Color

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

This div background color is #9e9ffd


#9e9ffd Border Color

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

This div border color is #9e9ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e9ffd


Comments

No comments written yet.

Please login to write comment.