Color Hex Logo

#a510dc Color Hex

#A510DC
(165,16,220)
0 Favorites   0 Comments

Color spaces of #a510dc

RGB 16516220
HSL0.790.860.46
HSV284°93°86°
CMYK 0.250.930.00   0.14
XYZ28.620613.537268.8146
Yxy13.53720.25790.1220
Hunter Lab36.792974.4645-85.1363
CIE-Lab43.561878.4009-68.9414

#a510dc color RGB value is (165,16,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010000 11011100
Octal 245 20 334
Decimal 165 16 220
Hex A5 10 DC

RGB Percentages of Color #a510dc

%41.15
%3.99
%54.86

CMYK Percentages of Color #a510dc

%25
%93
%0
%14

Triadic Colors of #a510dc

#a510dc #dca510 #10dca5

Analogous Colors of #a510dc

#a510dc #dc10ad #3f10dc

Monochromatic Colors of #a510dc

#a510dc

Complementary Color

#a510dc #47dc10

#a510dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a510dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a510dc Color CSS Codes

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

#a510dc Text Font Color

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

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


#a510dc Background Color

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

This div background color is #a510dc


#a510dc Border Color

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

This div border color is #a510dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,16,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a510dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a510dc


Comments

No comments written yet.

Please login to write comment.