Color Hex Logo

#a509db Color Hex

#A509DB
(165,9,219)
0 Favorites   0 Comments

Color spaces of #a509db

RGB 1659219
HSL0.790.920.45
HSV285°96°86°
CMYK 0.250.960.00   0.14
XYZ28.400913.309268.0899
Yxy13.30920.25870.1212
Hunter Lab36.481875.1183-85.1221
CIE-Lab43.225578.9907-68.9165

#a509db color RGB value is (165,9,219).

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

The process color (four color CMYK) of #a509db color hex is 0.25, 0.96, 0.00, 0.14. Web safe color of #a509db is #9900cc. Color #a509db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001001 11011011
Octal 245 11 333
Decimal 165 9 219
Hex A5 9 DB

RGB Percentages of Color #a509db

%41.98
%2.29
%55.73

CMYK Percentages of Color #a509db

%25
%96
%0
%14

Triadic Colors of #a509db

#a509db #dba509 #09dba5

Analogous Colors of #a509db

#a509db #db09a8 #3c09db

Monochromatic Colors of #a509db

#a509db

Complementary Color

#a509db #3fdb09

#a509db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a509db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a509db Color CSS Codes

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

#a509db Text Font Color

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

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


#a509db Background Color

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

This div background color is #a509db


#a509db Border Color

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

This div border color is #a509db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a509db


Comments

No comments written yet.

Please login to write comment.