Color Hex Logo

#a01ade Color Hex

#A01ADE
(160,26,222)
0 Favorites   0 Comments

Color spaces of #a01ade

RGB 16026222
HSL0.780.790.49
HSV281°88°87°
CMYK 0.280.880.00   0.13
XYZ28.051413.486370.2319
Yxy13.48630.25100.1207
Hunter Lab36.723772.0808-87.6820
CIE-Lab43.487076.4865-70.2406

#a01ade color RGB value is (160,26,222).

#a01ade hex color red value is 160, green value is 26 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a01ade hue: 0.78 , saturation: 0.79 and the lightness value of a01ade is 0.49.

The process color (four color CMYK) of #a01ade color hex is 0.28, 0.88, 0.00, 0.13. Web safe color of #a01ade is #9933cc. Color #a01ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011010 11011110
Octal 240 32 336
Decimal 160 26 222
Hex A0 1A DE

RGB Percentages of Color #a01ade

%39.22
%6.37
%54.41

CMYK Percentages of Color #a01ade

%28
%88
%0
%13

Triadic Colors of #a01ade

#a01ade #dea01a #1adea0

Analogous Colors of #a01ade

#a01ade #de1aba #3e1ade

Monochromatic Colors of #a01ade

#a01ade

Complementary Color

#a01ade #58de1a

#a01ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01ade Color CSS Codes

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

#a01ade Text Font Color

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

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


#a01ade Background Color

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

This div background color is #a01ade


#a01ade Border Color

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

This div border color is #a01ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,26,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01ade


Comments

No comments written yet.

Please login to write comment.