Color Hex Logo

#a00ead Color Hex

#A00EAD
(160,14,173)
0 Favorites   0 Comments

Color spaces of #a00ead

RGB 16014173
HSL0.820.850.37
HSV295°92°68°
CMYK 0.080.920.00   0.32
XYZ22.197110.804840.4508
Yxy10.80480.30220.1471
Hunter Lab32.870763.0149-49.9531
CIE-Lab39.249769.7637-48.5176

#a00ead color RGB value is (160,14,173).

#a00ead hex color red value is 160, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a00ead hue: 0.82 , saturation: 0.85 and the lightness value of a00ead is 0.37.

The process color (four color CMYK) of #a00ead color hex is 0.08, 0.92, 0.00, 0.32. Web safe color of #a00ead is #990099. Color #a00ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001110 10101101
Octal 240 16 255
Decimal 160 14 173
Hex A0 E AD

RGB Percentages of Color #a00ead

%46.11
%4.03
%49.86

CMYK Percentages of Color #a00ead

%8
%92
%0
%32

Triadic Colors of #a00ead

#a00ead #ada00e #0eada0

Analogous Colors of #a00ead

#a00ead #ad0e6b #510ead

Monochromatic Colors of #a00ead

#a00ead

Complementary Color

#a00ead #1bad0e

#a00ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00ead Color CSS Codes

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

#a00ead Text Font Color

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

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


#a00ead Background Color

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

This div background color is #a00ead


#a00ead Border Color

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

This div border color is #a00ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,14,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a00ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a00ead;
  -webkit-box-shadow: 1px 1px 3px 2px #a00ead;
  box-shadow:         1px 1px 3px 2px #a00ead; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00ead


Comments

No comments written yet.

Please login to write comment.