Color Hex Logo

#a03baa Color Hex

#A03BAA
(160,59,170)
0 Favorites   0 Comments

Color spaces of #a03baa

RGB 16059170
HSL0.820.480.45
HSV295°65°67°
CMYK 0.060.650.00   0.33
XYZ23.316913.503839.4078
Yxy13.50380.30590.1771
Hunter Lab36.747548.9530-37.8590
CIE-Lab43.512756.4818-39.9211

#a03baa color RGB value is (160,59,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111011 10101010
Octal 240 73 252
Decimal 160 59 170
Hex A0 3B AA

RGB Percentages of Color #a03baa

%41.13
%15.17
%43.70

CMYK Percentages of Color #a03baa

%6
%65
%0
%33

Triadic Colors of #a03baa

#a03baa #aaa03b #3baaa0

Analogous Colors of #a03baa

#a03baa #aa3b7d #693baa

Monochromatic Colors of #a03baa

#a03baa

Complementary Color

#a03baa #45aa3b

#a03baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03baa Color CSS Codes

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

#a03baa Text Font Color

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

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


#a03baa Background Color

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

This div background color is #a03baa


#a03baa Border Color

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

This div border color is #a03baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03baa


Comments

No comments written yet.

Please login to write comment.