Color Hex Logo

#a013dd Color Hex

#A013DD
(160,19,221)
0 Favorites   0 Comments

Color spaces of #a013dd

RGB 16019221
HSL0.780.840.47
HSV282°91°87°
CMYK 0.280.910.00   0.13
XYZ27.781213.159869.4825
Yxy13.15980.25160.1192
Hunter Lab36.276473.2150-88.1683
CIE-Lab43.003077.5003-70.4582

#a013dd color RGB value is (160,19,221).

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

The process color (four color CMYK) of #a013dd color hex is 0.28, 0.91, 0.00, 0.13. Web safe color of #a013dd is #9900cc. Color #a013dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010011 11011101
Octal 240 23 335
Decimal 160 19 221
Hex A0 13 DD

RGB Percentages of Color #a013dd

%40.00
%4.75
%55.25

CMYK Percentages of Color #a013dd

%28
%91
%0
%13

Triadic Colors of #a013dd

#a013dd #dda013 #13dda0

Analogous Colors of #a013dd

#a013dd #dd13b5 #3b13dd

Monochromatic Colors of #a013dd

#a013dd

Complementary Color

#a013dd #50dd13

#a013dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a013dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a013dd Color CSS Codes

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

#a013dd Text Font Color

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

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


#a013dd Background Color

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

This div background color is #a013dd


#a013dd Border Color

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

This div border color is #a013dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a013dd


Comments

No comments written yet.

Please login to write comment.