Color Hex Logo

#9e97ff Color Hex

#9E97FF
(158,151,255)
0 Favorites   0 Comments

Color spaces of #9e97ff

RGB 158151255
HSL0.681.000.80
HSV244°41°100°
CMYK 0.380.410.00   0.00
XYZ43.217236.622399.3988
Yxy36.62230.24110.2043
Hunter Lab60.516421.5705-55.0230
CIE-Lab66.992726.7549-50.9249

#9e97ff color RGB value is (158,151,255).

#9e97ff hex color red value is 158, green value is 151 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9e97ff hue: 0.68 , saturation: 1.00 and the lightness value of 9e97ff is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10010111 11111111
Octal 236 227 377
Decimal 158 151 255
Hex 9E 97 FF

RGB Percentages of Color #9e97ff

%28.01
%26.77
%45.21

CMYK Percentages of Color #9e97ff

%38
%41
%0
%0

Triadic Colors of #9e97ff

#9e97ff #ff9e97 #97ff9e

Analogous Colors of #9e97ff

#9e97ff #d297ff #97c4ff

Monochromatic Colors of #9e97ff

#9e97ff

Complementary Color

#9e97ff #f8ff97

#9e97ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e97ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e97ff Color CSS Codes

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

#9e97ff Text Font Color

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

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


#9e97ff Background Color

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

This div background color is #9e97ff


#9e97ff Border Color

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

This div border color is #9e97ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e97ff

Related Colors

#9e97ff Color Palettes


Comments

No comments written yet.

Please login to write comment.