Color Hex Logo

#a02afa Color Hex

#A02AFA
(160,42,250)
0 Favorites   0 Comments

Color spaces of #a02afa

RGB 16042250
HSL0.760.950.57
HSV274°83°98°
CMYK 0.360.830.00   0.02
XYZ32.580516.031691.8197
Yxy16.03160.23200.1142
Hunter Lab40.039575.1780-107.9379
CIE-Lab47.015978.3058-80.3055

#a02afa color RGB value is (160,42,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101010 11111010
Octal 240 52 372
Decimal 160 42 250
Hex A0 2A FA

RGB Percentages of Color #a02afa

%35.40
%9.29
%55.31

CMYK Percentages of Color #a02afa

%36
%83
%0
%2

Triadic Colors of #a02afa

#a02afa #faa02a #2afaa0

Analogous Colors of #a02afa

#a02afa #fa2aec #382afa

Monochromatic Colors of #a02afa

#a02afa

Complementary Color

#a02afa #84fa2a

#a02afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02afa Color CSS Codes

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

#a02afa Text Font Color

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

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


#a02afa Background Color

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

This div background color is #a02afa


#a02afa Border Color

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

This div border color is #a02afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02afa


Comments

No comments written yet.

Please login to write comment.