Color Hex Logo

#a40edb Color Hex

#A40EDB
(164,14,219)
0 Favorites   0 Comments

Color spaces of #a40edb

RGB 16414219
HSL0.790.880.46
HSV284°94°86°
CMYK 0.250.940.00   0.14
XYZ28.253113.321168.1000
Yxy13.32110.25760.1215
Hunter Lab36.498174.3049-85.0777
CIE-Lab43.243178.3337-68.8946

#a40edb color RGB value is (164,14,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001110 11011011
Octal 244 16 333
Decimal 164 14 219
Hex A4 E DB

RGB Percentages of Color #a40edb

%41.31
%3.53
%55.16

CMYK Percentages of Color #a40edb

%25
%94
%0
%14

Triadic Colors of #a40edb

#a40edb #dba40e #0edba4

Analogous Colors of #a40edb

#a40edb #db0eac #3e0edb

Monochromatic Colors of #a40edb

#a40edb

Complementary Color

#a40edb #45db0e

#a40edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40edb Color CSS Codes

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

#a40edb Text Font Color

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

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


#a40edb Background Color

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

This div background color is #a40edb


#a40edb Border Color

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

This div border color is #a40edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40edb


Comments

No comments written yet.

Please login to write comment.