Color Hex Logo

#a02baa Color Hex

#A02BAA
(160,43,170)
0 Favorites   0 Comments

Color spaces of #a02baa

RGB 16043170
HSL0.820.600.42
HSV295°75°67°
CMYK 0.060.750.00   0.33
XYZ22.616812.103639.1744
Yxy12.10360.30610.1638
Hunter Lab34.790255.1583-42.4084
CIE-Lab41.380362.5088-43.3158

#a02baa color RGB value is (160,43,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101011 10101010
Octal 240 53 252
Decimal 160 43 170
Hex A0 2B AA

RGB Percentages of Color #a02baa

%42.90
%11.53
%45.58

CMYK Percentages of Color #a02baa

%6
%75
%0
%33

Triadic Colors of #a02baa

#a02baa #aaa02b #2baaa0

Analogous Colors of #a02baa

#a02baa #aa2b75 #612baa

Monochromatic Colors of #a02baa

#a02baa

Complementary Color

#a02baa #35aa2b

#a02baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02baa Color CSS Codes

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

#a02baa Text Font Color

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

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


#a02baa Background Color

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

This div background color is #a02baa


#a02baa Border Color

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

This div border color is #a02baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,43,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 #a02baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02baa


Comments

No comments written yet.

Please login to write comment.