Color Hex Logo

#a810dd Color Hex

#A810DD
(168,16,221)
0 Favorites   0 Comments

Color spaces of #a810dd

RGB 16816221
HSL0.790.860.46
HSV284°93°87°
CMYK 0.240.930.00   0.13
XYZ29.384913.915969.5439
Yxy13.91590.26040.1233
Hunter Lab37.304075.3249-84.4184
CIE-Lab44.112178.9859-68.5968

#a810dd color RGB value is (168,16,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010000 11011101
Octal 250 20 335
Decimal 168 16 221
Hex A8 10 DD

RGB Percentages of Color #a810dd

%41.48
%3.95
%54.57

CMYK Percentages of Color #a810dd

%24
%93
%0
%13

Triadic Colors of #a810dd

#a810dd #dda810 #10dda8

Analogous Colors of #a810dd

#a810dd #dd10ac #4110dd

Monochromatic Colors of #a810dd

#a810dd

Complementary Color

#a810dd #45dd10

#a810dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a810dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a810dd Color CSS Codes

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

#a810dd Text Font Color

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

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


#a810dd Background Color

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

This div background color is #a810dd


#a810dd Border Color

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

This div border color is #a810dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a810dd


Comments

No comments written yet.

Please login to write comment.