Color Hex Logo

#9e3eaf Color Hex

#9E3EAF
(158,62,175)
0 Favorites   0 Comments

Color spaces of #9e3eaf

RGB 15862175
HSL0.810.480.46
HSV291°65°69°
CMYK 0.100.650.00   0.31
XYZ23.561013.809541.9811
Yxy13.80950.29690.1740
Hunter Lab37.161148.1410-40.9674
CIE-Lab43.958555.6490-42.1897

#9e3eaf color RGB value is (158,62,175).

#9e3eaf hex color red value is 158, green value is 62 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9e3eaf hue: 0.81 , saturation: 0.48 and the lightness value of 9e3eaf is 0.46.

The process color (four color CMYK) of #9e3eaf color hex is 0.10, 0.65, 0.00, 0.31. Web safe color of #9e3eaf is #993399. Color #9e3eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00111110 10101111
Octal 236 76 257
Decimal 158 62 175
Hex 9E 3E AF

RGB Percentages of Color #9e3eaf

%40.00
%15.70
%44.30

CMYK Percentages of Color #9e3eaf

%10
%65
%0
%31

Triadic Colors of #9e3eaf

#9e3eaf #af9e3e #3eaf9e

Analogous Colors of #9e3eaf

#9e3eaf #af3e88 #663eaf

Monochromatic Colors of #9e3eaf

#9e3eaf

Complementary Color

#9e3eaf #4faf3e

#9e3eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e3eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e3eaf Color CSS Codes

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

#9e3eaf Text Font Color

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

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


#9e3eaf Background Color

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

This div background color is #9e3eaf


#9e3eaf Border Color

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

This div border color is #9e3eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e3eaf


Comments

No comments written yet.

Please login to write comment.