Color Hex Logo

#9e4dba Color Hex

#9E4DBA
(158,77,186)
0 Favorites   0 Comments

Color spaces of #9e4dba

RGB 15877186
HSL0.790.440.52
HSV285°59°73°
CMYK 0.150.590.00   0.27
XYZ25.617416.122048.2161
Yxy16.12200.28480.1792
Hunter Lab40.152243.6179-43.0908
CIE-Lab47.134150.8451-43.5910

#9e4dba color RGB value is (158,77,186).

#9e4dba hex color red value is 158, green value is 77 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9e4dba hue: 0.79 , saturation: 0.44 and the lightness value of 9e4dba is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01001101 10111010
Octal 236 115 272
Decimal 158 77 186
Hex 9E 4D BA

RGB Percentages of Color #9e4dba

%37.53
%18.29
%44.18

CMYK Percentages of Color #9e4dba

%15
%59
%0
%27

Triadic Colors of #9e4dba

#9e4dba #ba9e4d #4dba9e

Analogous Colors of #9e4dba

#9e4dba #ba4da0 #684dba

Monochromatic Colors of #9e4dba

#9e4dba

Complementary Color

#9e4dba #69ba4d

#9e4dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e4dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e4dba Color CSS Codes

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

#9e4dba Text Font Color

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

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


#9e4dba Background Color

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

This div background color is #9e4dba


#9e4dba Border Color

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

This div border color is #9e4dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e4dba


Comments

No comments written yet.

Please login to write comment.