Color Hex Logo

#9e7bbe Color Hex

#9E7BBE
(158,123,190)
0 Favorites   0 Comments

Color spaces of #9e7bbe

RGB 158123190
HSL0.750.340.61
HSV271°35°75°
CMYK 0.170.350.00   0.25
XYZ30.477825.152751.9638
Yxy25.15270.28330.2338
Hunter Lab50.152520.7081-26.3246
CIE-Lab57.223926.6100-30.0464

#9e7bbe color RGB value is (158,123,190).

#9e7bbe hex color red value is 158, green value is 123 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9e7bbe hue: 0.75 , saturation: 0.34 and the lightness value of 9e7bbe is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01111011 10111110
Octal 236 173 276
Decimal 158 123 190
Hex 9E 7B BE

RGB Percentages of Color #9e7bbe

%33.55
%26.11
%40.34

CMYK Percentages of Color #9e7bbe

%17
%35
%0
%25

Triadic Colors of #9e7bbe

#9e7bbe #be9e7b #7bbe9e

Analogous Colors of #9e7bbe

#9e7bbe #be7bbd #7d7bbe

Monochromatic Colors of #9e7bbe

#9e7bbe

Complementary Color

#9e7bbe #9bbe7b

#9e7bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e7bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e7bbe Color CSS Codes

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

#9e7bbe Text Font Color

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

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


#9e7bbe Background Color

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

This div background color is #9e7bbe


#9e7bbe Border Color

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

This div border color is #9e7bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e7bbe


Comments

No comments written yet.

Please login to write comment.