Color Hex Logo

#9a0eaa Color Hex

#9A0EAA
(154,14,170)
0 Favorites   0 Comments

Color spaces of #9a0eaa

RGB 15414170
HSL0.820.850.36
HSV294°92°67°
CMYK 0.090.920.00   0.33
XYZ20.739210.086438.8840
Yxy10.08640.29750.1447
Hunter Lab31.759160.9850-50.3599
CIE-Lab37.997168.2689-48.7966

#9a0eaa color RGB value is (154,14,170).

#9a0eaa hex color red value is 154, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9a0eaa hue: 0.82 , saturation: 0.85 and the lightness value of 9a0eaa is 0.36.

The process color (four color CMYK) of #9a0eaa color hex is 0.09, 0.92, 0.00, 0.33. Web safe color of #9a0eaa is #990099. Color #9a0eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 00001110 10101010
Octal 232 16 252
Decimal 154 14 170
Hex 9A E AA

RGB Percentages of Color #9a0eaa

%45.56
%4.14
%50.30

CMYK Percentages of Color #9a0eaa

%9
%92
%0
%33

Triadic Colors of #9a0eaa

#9a0eaa #aa9a0e #0eaa9a

Analogous Colors of #9a0eaa

#9a0eaa #aa0e6c #4c0eaa

Monochromatic Colors of #9a0eaa

#9a0eaa

Complementary Color

#9a0eaa #1eaa0e

#9a0eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a0eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a0eaa Color CSS Codes

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

#9a0eaa Text Font Color

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

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


#9a0eaa Background Color

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

This div background color is #9a0eaa


#9a0eaa Border Color

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

This div border color is #9a0eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,14,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a0eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a0eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #9a0eaa;
  box-shadow:         1px 1px 3px 2px #9a0eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,14,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a0eaa


Comments

No comments written yet.

Please login to write comment.