Color Hex Logo

#a20dfa Color Hex

#A20DFA
(162,13,250)
0 Favorites   0 Comments

Color spaces of #a20dfa

RGB 16213250
HSL0.770.960.52
HSV278°95°98°
CMYK 0.350.950.00   0.02
XYZ32.299514.871491.6106
Yxy14.87140.23270.1072
Hunter Lab38.563582.0198-113.8538
CIE-Lab45.457684.0140-82.8488

#a20dfa color RGB value is (162,13,250).

#a20dfa hex color red value is 162, green value is 13 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a20dfa hue: 0.77 , saturation: 0.96 and the lightness value of a20dfa is 0.52.

The process color (four color CMYK) of #a20dfa color hex is 0.35, 0.95, 0.00, 0.02. Web safe color of #a20dfa is #9900ff. Color #a20dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001101 11111010
Octal 242 15 372
Decimal 162 13 250
Hex A2 D FA

RGB Percentages of Color #a20dfa

%38.12
%3.06
%58.82

CMYK Percentages of Color #a20dfa

%35
%95
%0
%2

Triadic Colors of #a20dfa

#a20dfa #faa20d #0dfaa2

Analogous Colors of #a20dfa

#a20dfa #fa0ddc #2b0dfa

Monochromatic Colors of #a20dfa

#a20dfa

Complementary Color

#a20dfa #65fa0d

#a20dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20dfa Color CSS Codes

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

#a20dfa Text Font Color

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

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


#a20dfa Background Color

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

This div background color is #a20dfa


#a20dfa Border Color

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

This div border color is #a20dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20dfa


Comments

No comments written yet.

Please login to write comment.