Color Hex Logo

#a01eda Color Hex

#A01EDA
(160,30,218)
0 Favorites   0 Comments

Color spaces of #a01eda

RGB 16030218
HSL0.780.760.49
HSV281°86°85°
CMYK 0.270.860.00   0.15
XYZ27.616413.464167.4730
Yxy13.46410.25440.1240
Hunter Lab36.693570.1299-83.3388
CIE-Lab43.454474.8975-68.0038

#a01eda color RGB value is (160,30,218).

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

The process color (four color CMYK) of #a01eda color hex is 0.27, 0.86, 0.00, 0.15. Web safe color of #a01eda is #9933cc. Color #a01eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011110 11011010
Octal 240 36 332
Decimal 160 30 218
Hex A0 1E DA

RGB Percentages of Color #a01eda

%39.22
%7.35
%53.43

CMYK Percentages of Color #a01eda

%27
%86
%0
%15

Triadic Colors of #a01eda

#a01eda #daa01e #1edaa0

Analogous Colors of #a01eda

#a01eda #da1eb6 #421eda

Monochromatic Colors of #a01eda

#a01eda

Complementary Color

#a01eda #58da1e

#a01eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01eda Color CSS Codes

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

#a01eda Text Font Color

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

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


#a01eda Background Color

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

This div background color is #a01eda


#a01eda Border Color

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

This div border color is #a01eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01eda


Comments

No comments written yet.

Please login to write comment.