Color Hex Logo

#a21edb Color Hex

#A21EDB
(162,30,219)
0 Favorites   0 Comments

Color spaces of #a21edb

RGB 16230219
HSL0.780.760.49
HSV282°86°86°
CMYK 0.260.860.00   0.14
XYZ28.150713.724468.1832
Yxy13.72440.25580.1247
Hunter Lab37.046570.8065-83.1894
CIE-Lab43.835175.3787-67.9436

#a21edb color RGB value is (162,30,219).

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

The process color (four color CMYK) of #a21edb color hex is 0.26, 0.86, 0.00, 0.14. Web safe color of #a21edb is #9933cc. Color #a21edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011110 11011011
Octal 242 36 333
Decimal 162 30 219
Hex A2 1E DB

RGB Percentages of Color #a21edb

%39.42
%7.30
%53.28

CMYK Percentages of Color #a21edb

%26
%86
%0
%14

Triadic Colors of #a21edb

#a21edb #dba21e #1edba2

Analogous Colors of #a21edb

#a21edb #db1eb6 #441edb

Monochromatic Colors of #a21edb

#a21edb

Complementary Color

#a21edb #57db1e

#a21edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21edb Color CSS Codes

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

#a21edb Text Font Color

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

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


#a21edb Background Color

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

This div background color is #a21edb


#a21edb Border Color

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

This div border color is #a21edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21edb


Comments

No comments written yet.

Please login to write comment.