Color Hex Logo

#a020fa Color Hex

#A020FA
(160,32,250)
0 Favorites   0 Comments

Color spaces of #a020fa

RGB 16032250
HSL0.760.960.55
HSV275°87°98°
CMYK 0.360.870.00   0.02
XYZ32.269015.408791.7159
Yxy15.40870.23150.1105
Hunter Lab39.253978.0430-111.0520
CIE-Lab46.189080.7515-81.6601

#a020fa color RGB value is (160,32,250).

#a020fa hex color red value is 160, green value is 32 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a020fa hue: 0.76 , saturation: 0.96 and the lightness value of a020fa is 0.55.

The process color (four color CMYK) of #a020fa color hex is 0.36, 0.87, 0.00, 0.02. Web safe color of #a020fa is #9933ff. Color #a020fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100000 11111010
Octal 240 40 372
Decimal 160 32 250
Hex A0 20 FA

RGB Percentages of Color #a020fa

%36.20
%7.24
%56.56

CMYK Percentages of Color #a020fa

%36
%87
%0
%2

Triadic Colors of #a020fa

#a020fa #faa020 #20faa0

Analogous Colors of #a020fa

#a020fa #fa20e7 #3320fa

Monochromatic Colors of #a020fa

#a020fa

Complementary Color

#a020fa #7afa20

#a020fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a020fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a020fa Color CSS Codes

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

#a020fa Text Font Color

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

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


#a020fa Background Color

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

This div background color is #a020fa


#a020fa Border Color

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

This div border color is #a020fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a020fa


Comments

No comments written yet.

Please login to write comment.