Color Hex Logo

#9e7bef Color Hex

#9E7BEF
(158,123,239)
0 Favorites   0 Comments

Color spaces of #9e7bef

RGB 158123239
HSL0.720.780.71
HSV258°49°94°
CMYK 0.340.490.00   0.06
XYZ36.763527.667085.0640
Yxy27.66700.24590.1851
Hunter Lab52.599432.7106-59.0644
CIE-Lab59.586738.4983-53.8791

#9e7bef color RGB value is (158,123,239).

#9e7bef hex color red value is 158, green value is 123 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9e7bef hue: 0.72 , saturation: 0.78 and the lightness value of 9e7bef is 0.71.

The process color (four color CMYK) of #9e7bef color hex is 0.34, 0.49, 0.00, 0.06. Web safe color of #9e7bef is #9966ff. Color #9e7bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01111011 11101111
Octal 236 173 357
Decimal 158 123 239
Hex 9E 7B EF

RGB Percentages of Color #9e7bef

%30.38
%23.65
%45.96

CMYK Percentages of Color #9e7bef

%34
%49
%0
%6

Triadic Colors of #9e7bef

#9e7bef #ef9e7b #7bef9e

Analogous Colors of #9e7bef

#9e7bef #d87bef #7b92ef

Monochromatic Colors of #9e7bef

#9e7bef

Complementary Color

#9e7bef #ccef7b

#9e7bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e7bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e7bef Color CSS Codes

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

#9e7bef Text Font Color

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

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


#9e7bef Background Color

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

This div background color is #9e7bef


#9e7bef Border Color

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

This div border color is #9e7bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e7bef


Comments

No comments written yet.

Please login to write comment.