Color Hex Logo

#a20bda Color Hex

#A20BDA
(162,11,218)
0 Favorites   0 Comments

Color spaces of #a20bda

RGB 16211218
HSL0.790.900.45
HSV284°95°85°
CMYK 0.260.950.00   0.15
XYZ27.674912.982767.3769
Yxy12.98270.25620.1202
Hunter Lab36.031574.0462-85.6469
CIE-Lab42.737278.2226-69.1594

#a20bda color RGB value is (162,11,218).

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

The process color (four color CMYK) of #a20bda color hex is 0.26, 0.95, 0.00, 0.15. Web safe color of #a20bda is #9900cc. Color #a20bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001011 11011010
Octal 242 13 332
Decimal 162 11 218
Hex A2 B DA

RGB Percentages of Color #a20bda

%41.43
%2.81
%55.75

CMYK Percentages of Color #a20bda

%26
%95
%0
%15

Triadic Colors of #a20bda

#a20bda #daa20b #0bdaa2

Analogous Colors of #a20bda

#a20bda #da0bab #3a0bda

Monochromatic Colors of #a20bda

#a20bda

Complementary Color

#a20bda #43da0b

#a20bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20bda Color CSS Codes

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

#a20bda Text Font Color

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

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


#a20bda Background Color

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

This div background color is #a20bda


#a20bda Border Color

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

This div border color is #a20bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20bda


Comments

No comments written yet.

Please login to write comment.