Color Hex Logo

#a02aab Color Hex

#A02AAB
(160,42,171)
0 Favorites   0 Comments

Color spaces of #a02aab

RGB 16042171
HSL0.820.610.42
HSV295°75°67°
CMYK 0.060.750.00   0.33
XYZ22.675912.069839.6626
Yxy12.06980.30470.1622
Hunter Lab34.741655.7094-43.3690
CIE-Lab41.326863.0089-43.9964

#a02aab color RGB value is (160,42,171).

#a02aab hex color red value is 160, green value is 42 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a02aab hue: 0.82 , saturation: 0.61 and the lightness value of a02aab is 0.42.

The process color (four color CMYK) of #a02aab color hex is 0.06, 0.75, 0.00, 0.33. Web safe color of #a02aab is #993399. Color #a02aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101010 10101011
Octal 240 52 253
Decimal 160 42 171
Hex A0 2A AB

RGB Percentages of Color #a02aab

%42.90
%11.26
%45.84

CMYK Percentages of Color #a02aab

%6
%75
%0
%33

Triadic Colors of #a02aab

#a02aab #aba02a #2aaba0

Analogous Colors of #a02aab

#a02aab #ab2a76 #5f2aab

Monochromatic Colors of #a02aab

#a02aab

Complementary Color

#a02aab #35ab2a

#a02aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02aab Color CSS Codes

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

#a02aab Text Font Color

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

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


#a02aab Background Color

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

This div background color is #a02aab


#a02aab Border Color

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

This div border color is #a02aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02aab


Comments

No comments written yet.

Please login to write comment.