Color Hex Logo

#9e80ba Color Hex

#9E80BA
(158,128,186)
0 Favorites   0 Comments

Color spaces of #9e80ba

RGB 158128186
HSL0.750.300.62
HSV271°31°73°
CMYK 0.150.310.00   0.27
XYZ30.682626.252649.9045
Yxy26.25260.28720.2457
Hunter Lab51.237317.2265-21.8816
CIE-Lab58.276022.8397-26.1398

#9e80ba color RGB value is (158,128,186).

#9e80ba hex color red value is 158, green value is 128 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9e80ba hue: 0.75 , saturation: 0.30 and the lightness value of 9e80ba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10000000 10111010
Octal 236 200 272
Decimal 158 128 186
Hex 9E 80 BA

RGB Percentages of Color #9e80ba

%33.47
%27.12
%39.41

CMYK Percentages of Color #9e80ba

%15
%31
%0
%27

Triadic Colors of #9e80ba

#9e80ba #ba9e80 #80ba9e

Analogous Colors of #9e80ba

#9e80ba #ba80b9 #8180ba

Monochromatic Colors of #9e80ba

#9e80ba

Complementary Color

#9e80ba #9cba80

#9e80ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e80ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e80ba Color CSS Codes

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

#9e80ba Text Font Color

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

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


#9e80ba Background Color

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

This div background color is #9e80ba


#9e80ba Border Color

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

This div border color is #9e80ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e80ba


Comments

No comments written yet.

Please login to write comment.