Color Hex Logo

#9e9cea Color Hex

#9E9CEA
(158,156,234)
0 Favorites   0 Comments

Color spaces of #9e9cea

RGB 158156234
HSL0.670.650.76
HSV242°33°92°
CMYK 0.320.330.00   0.08
XYZ40.840336.986582.8285
Yxy36.98650.25420.2302
Hunter Lab60.816513.4397-38.1779
CIE-Lab67.266918.3910-39.0094

#9e9cea color RGB value is (158,156,234).

#9e9cea hex color red value is 158, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9e9cea hue: 0.67 , saturation: 0.65 and the lightness value of 9e9cea is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10011100 11101010
Octal 236 234 352
Decimal 158 156 234
Hex 9E 9C EA

RGB Percentages of Color #9e9cea

%28.83
%28.47
%42.70

CMYK Percentages of Color #9e9cea

%32
%33
%0
%8

Triadic Colors of #9e9cea

#9e9cea #ea9e9c #9cea9e

Analogous Colors of #9e9cea

#9e9cea #c59cea #9cc1ea

Monochromatic Colors of #9e9cea

#9e9cea

Complementary Color

#9e9cea #e8ea9c

#9e9cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e9cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e9cea Color CSS Codes

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

#9e9cea Text Font Color

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

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


#9e9cea Background Color

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

This div background color is #9e9cea


#9e9cea Border Color

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

This div border color is #9e9cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e9cea


Comments

No comments written yet.

Please login to write comment.