Color Hex Logo

#a20bde Color Hex

#A20BDE
(162,11,222)
0 Favorites   0 Comments

Color spaces of #a20bde

RGB 16211222
HSL0.790.910.46
HSV283°95°87°
CMYK 0.270.950.00   0.13
XYZ28.204813.194770.1675
Yxy13.19470.25280.1183
Hunter Lab36.324575.0316-89.1024
CIE-Lab43.055278.9537-70.9323

#a20bde color RGB value is (162,11,222).

#a20bde hex color red value is 162, green value is 11 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a20bde hue: 0.79 , saturation: 0.91 and the lightness value of a20bde is 0.46.

The process color (four color CMYK) of #a20bde color hex is 0.27, 0.95, 0.00, 0.13. Web safe color of #a20bde is #9900cc. Color #a20bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001011 11011110
Octal 242 13 336
Decimal 162 11 222
Hex A2 B DE

RGB Percentages of Color #a20bde

%41.01
%2.78
%56.20

CMYK Percentages of Color #a20bde

%27
%95
%0
%13

Triadic Colors of #a20bde

#a20bde #dea20b #0bdea2

Analogous Colors of #a20bde

#a20bde #de0bb1 #380bde

Monochromatic Colors of #a20bde

#a20bde

Complementary Color

#a20bde #47de0b

#a20bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20bde Color CSS Codes

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

#a20bde Text Font Color

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

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


#a20bde Background Color

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

This div background color is #a20bde


#a20bde Border Color

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

This div border color is #a20bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,11,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20bde


Comments

No comments written yet.

Please login to write comment.