Color Hex Logo

#a801db Color Hex

#A801DB
(168,1,219)
0 Favorites   0 Comments

Color spaces of #a801db

RGB 1681219
HSL0.790.990.43
HSV286°100°86°
CMYK 0.231.000.00   0.14
XYZ28.945513.461068.0905
Yxy13.46100.26200.1218
Hunter Lab36.689276.6191-84.3521
CIE-Lab43.449880.1469-68.5303

#a801db color RGB value is (168,1,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000001 11011011
Octal 250 1 333
Decimal 168 1 219
Hex A8 1 DB

RGB Percentages of Color #a801db

%43.30
%0.26
%56.44

CMYK Percentages of Color #a801db

%23
%100
%0
%14

Triadic Colors of #a801db

#a801db #dba801 #01dba8

Analogous Colors of #a801db

#a801db #db01a1 #3b01db

Monochromatic Colors of #a801db

#a801db

Complementary Color

#a801db #34db01

#a801db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a801db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a801db Color CSS Codes

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

#a801db Text Font Color

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

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


#a801db Background Color

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

This div background color is #a801db


#a801db Border Color

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

This div border color is #a801db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a801db


Comments

No comments written yet.

Please login to write comment.