Color Hex Logo

#9e83be Color Hex

#9E83BE
(158,131,190)
0 Favorites   0 Comments

Color spaces of #9e83be

RGB 158131190
HSL0.740.310.63
HSV267°31°75°
CMYK 0.170.310.00   0.25
XYZ31.511127.219452.3083
Yxy27.21940.28380.2451
Hunter Lab52.172216.5095-22.9241
CIE-Lab59.176922.0168-27.0238

#9e83be color RGB value is (158,131,190).

#9e83be hex color red value is 158, green value is 131 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9e83be hue: 0.74 , saturation: 0.31 and the lightness value of 9e83be is 0.63.

The process color (four color CMYK) of #9e83be color hex is 0.17, 0.31, 0.00, 0.25. Web safe color of #9e83be is #9999cc. Color #9e83be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10000011 10111110
Octal 236 203 276
Decimal 158 131 190
Hex 9E 83 BE

RGB Percentages of Color #9e83be

%32.99
%27.35
%39.67

CMYK Percentages of Color #9e83be

%17
%31
%0
%25

Triadic Colors of #9e83be

#9e83be #be9e83 #83be9e

Analogous Colors of #9e83be

#9e83be #bc83be #8386be

Monochromatic Colors of #9e83be

#9e83be

Complementary Color

#9e83be #a3be83

#9e83be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e83be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e83be Color CSS Codes

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

#9e83be Text Font Color

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

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


#9e83be Background Color

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

This div background color is #9e83be


#9e83be Border Color

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

This div border color is #9e83be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e83be


Comments

No comments written yet.

Please login to write comment.