Color Hex Logo

#9e2faf Color Hex

#9E2FAF
(158,47,175)
0 Favorites   0 Comments

Color spaces of #9e2faf

RGB 15847175
HSL0.810.580.44
HSV292°73°69°
CMYK 0.100.730.00   0.31
XYZ22.854912.397341.7458
Yxy12.39730.29680.1610
Hunter Lab35.209854.2483-45.6492
CIE-Lab41.840761.6077-45.5686

#9e2faf color RGB value is (158,47,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 00101111 10101111
Octal 236 57 257
Decimal 158 47 175
Hex 9E 2F AF

RGB Percentages of Color #9e2faf

%41.58
%12.37
%46.05

CMYK Percentages of Color #9e2faf

%10
%73
%0
%31

Triadic Colors of #9e2faf

#9e2faf #af9e2f #2faf9e

Analogous Colors of #9e2faf

#9e2faf #af2f80 #5e2faf

Monochromatic Colors of #9e2faf

#9e2faf

Complementary Color

#9e2faf #40af2f

#9e2faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e2faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e2faf Color CSS Codes

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

#9e2faf Text Font Color

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

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


#9e2faf Background Color

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

This div background color is #9e2faf


#9e2faf Border Color

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

This div border color is #9e2faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e2faf


Comments

No comments written yet.

Please login to write comment.