Color Hex Logo

#a02aa4 Color Hex

#A02AA4
(160,42,164)
0 Favorites   0 Comments

Color spaces of #a02aa4

RGB 16042164
HSL0.830.590.40
HSV298°74°64°
CMYK 0.020.740.00   0.36
XYZ22.026011.809836.2406
Yxy11.80980.31430.1685
Hunter Lab34.365454.2676-38.4695
CIE-Lab40.912261.8047-40.4793

#a02aa4 color RGB value is (160,42,164).

#a02aa4 hex color red value is 160, green value is 42 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #a02aa4 hue: 0.83 , saturation: 0.59 and the lightness value of a02aa4 is 0.40.

The process color (four color CMYK) of #a02aa4 color hex is 0.02, 0.74, 0.00, 0.36. Web safe color of #a02aa4 is #993399. Color #a02aa4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101010 10100100
Octal 240 52 244
Decimal 160 42 164
Hex A0 2A A4

RGB Percentages of Color #a02aa4

%43.72
%11.48
%44.81

CMYK Percentages of Color #a02aa4

%2
%74
%0
%36

Triadic Colors of #a02aa4

#a02aa4 #a4a02a #2aa4a0

Analogous Colors of #a02aa4

#a02aa4 #a42a6b #632aa4

Monochromatic Colors of #a02aa4

#a02aa4

Complementary Color

#a02aa4 #2ea42a

#a02aa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02aa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02aa4 Color CSS Codes

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

#a02aa4 Text Font Color

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

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


#a02aa4 Background Color

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

This div background color is #a02aa4


#a02aa4 Border Color

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

This div border color is #a02aa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02aa4


Comments

No comments written yet.

Please login to write comment.