Color Hex Logo

#a20dde Color Hex

#A20DDE
(162,13,222)
0 Favorites   0 Comments

Color spaces of #a20dde

RGB 16213222
HSL0.790.890.46
HSV283°94°87°
CMYK 0.270.940.00   0.13
XYZ28.229013.243270.1756
Yxy13.24320.25280.1186
Hunter Lab36.391274.7795-88.8590
CIE-Lab43.127478.7376-70.8144

#a20dde color RGB value is (162,13,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001101 11011110
Octal 242 15 336
Decimal 162 13 222
Hex A2 D DE

RGB Percentages of Color #a20dde

%40.81
%3.27
%55.92

CMYK Percentages of Color #a20dde

%27
%94
%0
%13

Triadic Colors of #a20dde

#a20dde #dea20d #0ddea2

Analogous Colors of #a20dde

#a20dde #de0db2 #390dde

Monochromatic Colors of #a20dde

#a20dde

Complementary Color

#a20dde #49de0d

#a20dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20dde Color CSS Codes

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

#a20dde Text Font Color

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

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


#a20dde Background Color

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

This div background color is #a20dde


#a20dde Border Color

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

This div border color is #a20dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20dde


Comments

No comments written yet.

Please login to write comment.