Color Hex Logo

#9e09af Color Hex

#9E09AF
(158,9,175)
0 Favorites   0 Comments

Color spaces of #9e09af

RGB 1589175
HSL0.820.900.36
HSV294°95°69°
CMYK 0.100.950.00   0.31
XYZ21.936110.559641.4395
Yxy10.55960.29670.1428
Hunter Lab32.495563.6292-52.8619
CIE-Lab38.828670.3674-50.4057

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

#9e09af hex color red value is 158, green value is 9 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9e09af hue: 0.82 , saturation: 0.90 and the lightness value of 9e09af is 0.36.

The process color (four color CMYK) of #9e09af color hex is 0.10, 0.95, 0.00, 0.31. Web safe color of #9e09af is #990099. Color #9e09af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00001001 10101111
Octal 236 11 257
Decimal 158 9 175
Hex 9E 9 AF

RGB Percentages of Color #9e09af

%46.20
%2.63
%51.17

CMYK Percentages of Color #9e09af

%10
%95
%0
%31

Triadic Colors of #9e09af

#9e09af #af9e09 #09af9e

Analogous Colors of #9e09af

#9e09af #af096d #4b09af

Monochromatic Colors of #9e09af

#9e09af

Complementary Color

#9e09af #1aaf09

#9e09af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e09af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e09af Color CSS Codes

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

#9e09af Text Font Color

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

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


#9e09af Background Color

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

This div background color is #9e09af


#9e09af Border Color

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

This div border color is #9e09af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e09af


Comments

No comments written yet.

Please login to write comment.