Color Hex Logo

#a02add Color Hex

#A02ADD
(160,42,221)
0 Favorites   0 Comments

Color spaces of #a02add

RGB 16042221
HSL0.780.720.52
HSV280°81°87°
CMYK 0.280.810.00   0.13
XYZ28.376314.350069.6808
Yxy14.35000.25240.1277
Hunter Lab37.881467.4188-82.5438
CIE-Lab44.730772.4059-67.6430

#a02add color RGB value is (160,42,221).

#a02add hex color red value is 160, green value is 42 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a02add hue: 0.78 , saturation: 0.72 and the lightness value of a02add is 0.52.

The process color (four color CMYK) of #a02add color hex is 0.28, 0.81, 0.00, 0.13. Web safe color of #a02add is #9933cc. Color #a02add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101010 11011101
Octal 240 52 335
Decimal 160 42 221
Hex A0 2A DD

RGB Percentages of Color #a02add

%37.83
%9.93
%52.25

CMYK Percentages of Color #a02add

%28
%81
%0
%13

Triadic Colors of #a02add

#a02add #dda02a #2adda0

Analogous Colors of #a02add

#a02add #dd2ac1 #472add

Monochromatic Colors of #a02add

#a02add

Complementary Color

#a02add #67dd2a

#a02add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02add Color CSS Codes

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

#a02add Text Font Color

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

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


#a02add Background Color

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

This div background color is #a02add


#a02add Border Color

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

This div border color is #a02add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02add


Comments

No comments written yet.

Please login to write comment.