Color Hex Logo

#a10edb Color Hex

#A10EDB
(161,14,219)
0 Favorites   0 Comments

Color spaces of #a10edb

RGB 16114219
HSL0.790.880.46
HSV283°94°86°
CMYK 0.260.940.00   0.14
XYZ27.641213.005668.0713
Yxy13.00560.25420.1196
Hunter Lab36.063373.7031-86.6686
CIE-Lab42.771777.9393-69.6834

#a10edb color RGB value is (161,14,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001110 11011011
Octal 241 16 333
Decimal 161 14 219
Hex A1 E DB

RGB Percentages of Color #a10edb

%40.86
%3.55
%55.58

CMYK Percentages of Color #a10edb

%26
%94
%0
%14

Triadic Colors of #a10edb

#a10edb #dba10e #0edba1

Analogous Colors of #a10edb

#a10edb #db0eaf #3b0edb

Monochromatic Colors of #a10edb

#a10edb

Complementary Color

#a10edb #48db0e

#a10edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10edb Color CSS Codes

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

#a10edb Text Font Color

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

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


#a10edb Background Color

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

This div background color is #a10edb


#a10edb Border Color

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

This div border color is #a10edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10edb


Comments

No comments written yet.

Please login to write comment.