Color Hex Logo

#a301db Color Hex

#A301DB
(163,1,219)
0 Favorites   0 Comments

Color spaces of #a301db

RGB 1631219
HSL0.790.990.43
HSV285°100°86°
CMYK 0.261.000.00   0.14
XYZ27.901312.922768.0416
Yxy12.92270.25630.1187
Hunter Lab35.948275.6342-87.0586
CIE-Lab42.646579.5145-69.8743

#a301db color RGB value is (163,1,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000001 11011011
Octal 243 1 333
Decimal 163 1 219
Hex A3 1 DB

RGB Percentages of Color #a301db

%42.56
%0.26
%57.18

CMYK Percentages of Color #a301db

%26
%100
%0
%14

Triadic Colors of #a301db

#a301db #dba301 #01dba3

Analogous Colors of #a301db

#a301db #db01a6 #3601db

Monochromatic Colors of #a301db

#a301db

Complementary Color

#a301db #39db01

#a301db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a301db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a301db Color CSS Codes

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

#a301db Text Font Color

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

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


#a301db Background Color

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

This div background color is #a301db


#a301db Border Color

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

This div border color is #a301db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a301db


Comments

No comments written yet.

Please login to write comment.