Color Hex Logo

#a02aa8 Color Hex

#A02AA8
(160,42,168)
0 Favorites   0 Comments

Color spaces of #a02aa8

RGB 16042168
HSL0.820.600.41
HSV296°75°66°
CMYK 0.050.750.00   0.34
XYZ22.393111.956738.1734
Yxy11.95670.30880.1649
Hunter Lab34.578555.0847-41.2491
CIE-Lab41.147262.4886-42.4956

#a02aa8 color RGB value is (160,42,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101010 10101000
Octal 240 52 250
Decimal 160 42 168
Hex A0 2A A8

RGB Percentages of Color #a02aa8

%43.24
%11.35
%45.41

CMYK Percentages of Color #a02aa8

%5
%75
%0
%34

Triadic Colors of #a02aa8

#a02aa8 #a8a02a #2aa8a0

Analogous Colors of #a02aa8

#a02aa8 #a82a71 #612aa8

Monochromatic Colors of #a02aa8

#a02aa8

Complementary Color

#a02aa8 #32a82a

#a02aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02aa8 Color CSS Codes

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

#a02aa8 Text Font Color

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

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


#a02aa8 Background Color

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

This div background color is #a02aa8


#a02aa8 Border Color

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

This div border color is #a02aa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02aa8


Comments

No comments written yet.

Please login to write comment.