Color Hex Logo

#a02aed Color Hex

#A02AED
(160,42,237)
0 Favorites   0 Comments

Color spaces of #a02aed

RGB 16042237
HSL0.770.840.55
HSV276°82°93°
CMYK 0.320.820.00   0.07
XYZ30.611215.243981.4497
Yxy15.24390.24050.1197
Hunter Lab39.043471.6232-96.3563
CIE-Lab45.966575.6320-74.7155

#a02aed color RGB value is (160,42,237).

#a02aed hex color red value is 160, green value is 42 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a02aed hue: 0.77 , saturation: 0.84 and the lightness value of a02aed is 0.55.

The process color (four color CMYK) of #a02aed color hex is 0.32, 0.82, 0.00, 0.07. Web safe color of #a02aed is #9933ff. Color #a02aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101010 11101101
Octal 240 52 355
Decimal 160 42 237
Hex A0 2A ED

RGB Percentages of Color #a02aed

%36.45
%9.57
%53.99

CMYK Percentages of Color #a02aed

%32
%82
%0
%7

Triadic Colors of #a02aed

#a02aed #eda02a #2aeda0

Analogous Colors of #a02aed

#a02aed #ed2ad9 #3f2aed

Monochromatic Colors of #a02aed

#a02aed

Complementary Color

#a02aed #77ed2a

#a02aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02aed Color CSS Codes

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

#a02aed Text Font Color

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

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


#a02aed Background Color

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

This div background color is #a02aed


#a02aed Border Color

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

This div border color is #a02aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02aed


Comments

No comments written yet.

Please login to write comment.