Color Hex Logo

#a20dbe Color Hex

#A20DBE
(162,13,190)
0 Favorites   0 Comments

Color spaces of #a20dbe

RGB 16213190
HSL0.810.870.40
HSV291°93°75°
CMYK 0.150.930.00   0.25
XYZ24.338511.686949.6882
Yxy11.68690.28400.1363
Hunter Lab34.186167.2558-62.2455
CIE-Lab40.714173.0510-56.1959

#a20dbe color RGB value is (162,13,190).

#a20dbe hex color red value is 162, green value is 13 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a20dbe hue: 0.81 , saturation: 0.87 and the lightness value of a20dbe is 0.40.

The process color (four color CMYK) of #a20dbe color hex is 0.15, 0.93, 0.00, 0.25. Web safe color of #a20dbe is #9900cc. Color #a20dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001101 10111110
Octal 242 15 276
Decimal 162 13 190
Hex A2 D BE

RGB Percentages of Color #a20dbe

%44.38
%3.56
%52.05

CMYK Percentages of Color #a20dbe

%15
%93
%0
%25

Triadic Colors of #a20dbe

#a20dbe #bea20d #0dbea2

Analogous Colors of #a20dbe

#a20dbe #be0d82 #490dbe

Monochromatic Colors of #a20dbe

#a20dbe

Complementary Color

#a20dbe #29be0d

#a20dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20dbe Color CSS Codes

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

#a20dbe Text Font Color

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

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


#a20dbe Background Color

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

This div background color is #a20dbe


#a20dbe Border Color

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

This div border color is #a20dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20dbe


Comments

No comments written yet.

Please login to write comment.