Color Hex Logo

#a03daa Color Hex

#A03DAA
(160,61,170)
0 Favorites   0 Comments

Color spaces of #a03daa

RGB 16061170
HSL0.820.470.45
HSV294°64°67°
CMYK 0.060.640.00   0.33
XYZ23.421613.713339.4427
Yxy13.71330.30590.1791
Hunter Lab37.031548.0923-37.2285
CIE-Lab43.818955.6298-39.4352

#a03daa color RGB value is (160,61,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111101 10101010
Octal 240 75 252
Decimal 160 61 170
Hex A0 3D AA

RGB Percentages of Color #a03daa

%40.92
%15.60
%43.48

CMYK Percentages of Color #a03daa

%6
%64
%0
%33

Triadic Colors of #a03daa

#a03daa #aaa03d #3daaa0

Analogous Colors of #a03daa

#a03daa #aa3d7e #6a3daa

Monochromatic Colors of #a03daa

#a03daa

Complementary Color

#a03daa #47aa3d

#a03daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03daa Color CSS Codes

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

#a03daa Text Font Color

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

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


#a03daa Background Color

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

This div background color is #a03daa


#a03daa Border Color

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

This div border color is #a03daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03daa


Comments

No comments written yet.

Please login to write comment.