Color Hex Logo

#a810dc Color Hex

#A810DC
(168,16,220)
0 Favorites   0 Comments

Color spaces of #a810dc

RGB 16816220
HSL0.790.860.46
HSV285°93°86°
CMYK 0.240.930.00   0.14
XYZ29.252013.862768.8442
Yxy13.86270.26130.1238
Hunter Lab37.232675.0822-83.5660
CIE-Lab44.035478.8060-68.1494

#a810dc color RGB value is (168,16,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010000 11011100
Octal 250 20 334
Decimal 168 16 220
Hex A8 10 DC

RGB Percentages of Color #a810dc

%41.58
%3.96
%54.46

CMYK Percentages of Color #a810dc

%24
%93
%0
%14

Triadic Colors of #a810dc

#a810dc #dca810 #10dca8

Analogous Colors of #a810dc

#a810dc #dc10aa #4210dc

Monochromatic Colors of #a810dc

#a810dc

Complementary Color

#a810dc #44dc10

#a810dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a810dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a810dc Color CSS Codes

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

#a810dc Text Font Color

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

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


#a810dc Background Color

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

This div background color is #a810dc


#a810dc Border Color

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

This div border color is #a810dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a810dc


Comments

No comments written yet.

Please login to write comment.