color codes Logo

#a20fad color codes

#A20FAD
(162,15,173)
0 Favorites   0 Comments

Color spaces of #a20fad

RGB 16215173
HSL0.820.840.37
HSV296°91°68°
CMYK 0.060.910.00   0.32
XYZ22.613911.040240.4742
Yxy11.04020.30510.1489
Hunter Lab33.226863.3388-48.9635
CIE-Lab39.648169.9620-47.8585

#a20fad color RGB value is (162,15,173).

#a20fad hex color red value is 162, green value is 15 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a20fad hue: 0.82 , saturation: 0.84 and the lightness value of a20fad is 0.37.

The process color (four color CMYK) of #a20fad color code is 0.06, 0.91, 0.00, 0.32. Web safe color of #a20fad is #990099. Color #a20fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001111 10101101
Octal 242 17 255
Decimal 162 15 173
Hex A2 F AD

RGB Percentages of Color #a20fad

%46.29
%4.29
%49.43

CMYK Percentages of Color #a20fad

%6
%91
%0
%32

Triadic Colors of #a20fad

#a20fad #ada20f #0fada2

Analogous Colors of #a20fad

#a20fad #ad0f69 #530fad

Monochromatic Colors of #a20fad

#a20fad

Complementary Color

#a20fad #1aad0f

#a20fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20fad Color CSS Codes

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

#a20fad Text Font Color

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

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


#a20fad Background Color

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

This div background color is #a20fad


#a20fad Border Color

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

This div border color is #a20fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20fad


Comments

No comments written yet.

Please login to write comment.