Color Hex Logo

#a30daa Color Hex

#A30DAA
(163,13,170)
0 Favorites   0 Comments

Color spaces of #a30daa

RGB 16313170
HSL0.830.860.36
HSV297°92°67°
CMYK 0.040.920.00   0.33
XYZ22.503910.976738.9628
Yxy10.97670.31060.1515
Hunter Lab33.131163.2645-46.5344
CIE-Lab39.541269.9196-46.2301

#a30daa color RGB value is (163,13,170).

#a30daa hex color red value is 163, green value is 13 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a30daa hue: 0.83 , saturation: 0.86 and the lightness value of a30daa is 0.36.

The process color (four color CMYK) of #a30daa color hex is 0.04, 0.92, 0.00, 0.33. Web safe color of #a30daa is #990099. Color #a30daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001101 10101010
Octal 243 15 252
Decimal 163 13 170
Hex A3 D AA

RGB Percentages of Color #a30daa

%47.11
%3.76
%49.13

CMYK Percentages of Color #a30daa

%4
%92
%0
%33

Triadic Colors of #a30daa

#a30daa #aaa30d #0daaa3

Analogous Colors of #a30daa

#a30daa #aa0d63 #540daa

Monochromatic Colors of #a30daa

#a30daa

Complementary Color

#a30daa #14aa0d

#a30daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30daa Color CSS Codes

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

#a30daa Text Font Color

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

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


#a30daa Background Color

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

This div background color is #a30daa


#a30daa Border Color

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

This div border color is #a30daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30daa


Comments

No comments written yet.

Please login to write comment.