Color Hex Logo

#a00edb Color Hex

#A00EDB
(160,14,219)
0 Favorites   0 Comments

Color spaces of #a00edb

RGB 16014219
HSL0.790.880.46
HSV283°94°86°
CMYK 0.270.940.00   0.14
XYZ27.440412.902168.0619
Yxy12.90210.25310.1190
Hunter Lab35.919573.5045-87.2018
CIE-Lab42.615477.8089-69.9450

#a00edb color RGB value is (160,14,219).

#a00edb hex color red value is 160, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a00edb hue: 0.79 , saturation: 0.88 and the lightness value of a00edb is 0.46.

The process color (four color CMYK) of #a00edb color hex is 0.27, 0.94, 0.00, 0.14. Web safe color of #a00edb is #9900cc. Color #a00edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001110 11011011
Octal 240 16 333
Decimal 160 14 219
Hex A0 E DB

RGB Percentages of Color #a00edb

%40.71
%3.56
%55.73

CMYK Percentages of Color #a00edb

%27
%94
%0
%14

Triadic Colors of #a00edb

#a00edb #dba00e #0edba0

Analogous Colors of #a00edb

#a00edb #db0eb0 #3a0edb

Monochromatic Colors of #a00edb

#a00edb

Complementary Color

#a00edb #49db0e

#a00edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00edb Color CSS Codes

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

#a00edb Text Font Color

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

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


#a00edb Background Color

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

This div background color is #a00edb


#a00edb Border Color

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

This div border color is #a00edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00edb


Comments

No comments written yet.

Please login to write comment.