color codes Logo

#a010dd color codes

#A010DD
(160,16,221)
0 Favorites   0 Comments

Color spaces of #a010dd

RGB 16016221
HSL0.780.860.46
HSV282°93°87°
CMYK 0.280.930.00   0.13
XYZ27.733613.064669.4666
Yxy13.06460.25150.1185
Hunter Lab36.145073.7071-88.6472
CIE-Lab42.860477.9255-70.6909

#a010dd color RGB value is (160,16,221).

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

The process color (four color CMYK) of #a010dd color code is 0.28, 0.93, 0.00, 0.13. Web safe color of #a010dd is #9900cc. Color #a010dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010000 11011101
Octal 240 20 335
Decimal 160 16 221
Hex A0 10 DD

RGB Percentages of Color #a010dd

%40.30
%4.03
%55.67

CMYK Percentages of Color #a010dd

%28
%93
%0
%13

Triadic Colors of #a010dd

#a010dd #dda010 #10dda0

Analogous Colors of #a010dd

#a010dd #dd10b4 #3910dd

Monochromatic Colors of #a010dd

#a010dd

Complementary Color

#a010dd #4ddd10

#a010dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a010dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a010dd Color CSS Codes

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

#a010dd Text Font Color

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

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


#a010dd Background Color

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

This div background color is #a010dd


#a010dd Border Color

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

This div border color is #a010dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a010dd


Comments

No comments written yet.

Please login to write comment.