Color Hex Logo

#a30adb Color Hex

#A30ADB
(163,10,219)
0 Favorites   0 Comments

Color spaces of #a30adb

RGB 16310219
HSL0.790.910.45
HSV284°95°86°
CMYK 0.260.950.00   0.14
XYZ27.999013.118168.0742
Yxy13.11810.25640.1201
Hunter Lab36.218974.6061-86.0835
CIE-Lab42.940778.6341-69.3945

#a30adb color RGB value is (163,10,219).

#a30adb hex color red value is 163, green value is 10 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a30adb hue: 0.79 , saturation: 0.91 and the lightness value of a30adb is 0.45.

The process color (four color CMYK) of #a30adb color hex is 0.26, 0.95, 0.00, 0.14. Web safe color of #a30adb is #9900cc. Color #a30adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001010 11011011
Octal 243 12 333
Decimal 163 10 219
Hex A3 A DB

RGB Percentages of Color #a30adb

%41.58
%2.55
%55.87

CMYK Percentages of Color #a30adb

%26
%95
%0
%14

Triadic Colors of #a30adb

#a30adb #dba30a #0adba3

Analogous Colors of #a30adb

#a30adb #db0aab #3b0adb

Monochromatic Colors of #a30adb

#a30adb

Complementary Color

#a30adb #42db0a

#a30adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30adb Color CSS Codes

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

#a30adb Text Font Color

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

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


#a30adb Background Color

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

This div background color is #a30adb


#a30adb Border Color

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

This div border color is #a30adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,10,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30adb


Comments

No comments written yet.

Please login to write comment.