Color Hex Logo

#a510db Color Hex

#A510DB
(165,16,219)
0 Favorites   0 Comments

Color spaces of #a510db

RGB 16516219
HSL0.790.860.46
HSV284°93°86°
CMYK 0.250.930.00   0.14
XYZ28.488513.484468.1191
Yxy13.48440.25880.1225
Hunter Lab36.721174.2196-84.2805
CIE-Lab43.484278.2187-68.4949

#a510db color RGB value is (165,16,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010000 11011011
Octal 245 20 333
Decimal 165 16 219
Hex A5 10 DB

RGB Percentages of Color #a510db

%41.25
%4.00
%54.75

CMYK Percentages of Color #a510db

%25
%93
%0
%14

Triadic Colors of #a510db

#a510db #dba510 #10dba5

Analogous Colors of #a510db

#a510db #db10ac #4010db

Monochromatic Colors of #a510db

#a510db

Complementary Color

#a510db #46db10

#a510db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a510db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a510db Color CSS Codes

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

#a510db Text Font Color

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

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


#a510db Background Color

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

This div background color is #a510db


#a510db Border Color

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

This div border color is #a510db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a510db


Comments

No comments written yet.

Please login to write comment.