Color Hex Logo

#a020a8 Color Hex

#A020A8
(160,32,168)
0 Favorites   0 Comments

Color spaces of #a020a8

RGB 16032168
HSL0.820.680.39
HSV296°81°66°
CMYK 0.050.810.00   0.34
XYZ22.081611.333838.0696
Yxy11.33380.30890.1585
Hunter Lab33.665758.1645-43.4799
CIE-Lab40.137165.4040-44.1092

#a020a8 color RGB value is (160,32,168).

#a020a8 hex color red value is 160, green value is 32 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #a020a8 hue: 0.82 , saturation: 0.68 and the lightness value of a020a8 is 0.39.

The process color (four color CMYK) of #a020a8 color hex is 0.05, 0.81, 0.00, 0.34. Web safe color of #a020a8 is #993399. Color #a020a8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100000 10101000
Octal 240 40 250
Decimal 160 32 168
Hex A0 20 A8

RGB Percentages of Color #a020a8

%44.44
%8.89
%46.67

CMYK Percentages of Color #a020a8

%5
%81
%0
%34

Triadic Colors of #a020a8

#a020a8 #a8a020 #20a8a0

Analogous Colors of #a020a8

#a020a8 #a8206c #5c20a8

Monochromatic Colors of #a020a8

#a020a8

Complementary Color

#a020a8 #28a820

#a020a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a020a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a020a8 Color CSS Codes

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

#a020a8 Text Font Color

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

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


#a020a8 Background Color

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

This div background color is #a020a8


#a020a8 Border Color

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

This div border color is #a020a8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,32,168, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a020a8


Comments

No comments written yet.

Please login to write comment.