Color Hex Logo

#a905db Color Hex

#A905DB
(169,5,219)
0 Favorites   0 Comments

Color spaces of #a905db

RGB 1695219
HSL0.790.960.44
HSV286°98°86°
CMYK 0.230.980.00   0.14
XYZ29.202613.658068.1149
Yxy13.65800.26310.1231
Hunter Lab36.956776.3735-83.4076
CIE-Lab43.738479.8959-68.0531

#a905db color RGB value is (169,5,219).

#a905db hex color red value is 169, green value is 5 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a905db hue: 0.79 , saturation: 0.96 and the lightness value of a905db is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000101 11011011
Octal 251 5 333
Decimal 169 5 219
Hex A9 5 DB

RGB Percentages of Color #a905db

%43.00
%1.27
%55.73

CMYK Percentages of Color #a905db

%23
%98
%0
%14

Triadic Colors of #a905db

#a905db #dba905 #05dba9

Analogous Colors of #a905db

#a905db #db05a2 #3e05db

Monochromatic Colors of #a905db

#a905db

Complementary Color

#a905db #37db05

#a905db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a905db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a905db Color CSS Codes

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

#a905db Text Font Color

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

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


#a905db Background Color

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

This div background color is #a905db


#a905db Border Color

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

This div border color is #a905db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a905db


Comments

No comments written yet.

Please login to write comment.