Color Hex Logo

#a02fab Color Hex

#A02FAB
(160,47,171)
0 Favorites   0 Comments

Color spaces of #a02fab

RGB 16047171
HSL0.820.570.43
HSV295°73°67°
CMYK 0.060.730.00   0.33
XYZ22.864412.446939.7255
Yxy12.44690.30470.1659
Hunter Lab35.280253.9421-42.0645
CIE-Lab41.917861.3188-43.0531

#a02fab color RGB value is (160,47,171).

#a02fab hex color red value is 160, green value is 47 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a02fab hue: 0.82 , saturation: 0.57 and the lightness value of a02fab is 0.43.

The process color (four color CMYK) of #a02fab color hex is 0.06, 0.73, 0.00, 0.33. Web safe color of #a02fab is #993399. Color #a02fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101111 10101011
Octal 240 57 253
Decimal 160 47 171
Hex A0 2F AB

RGB Percentages of Color #a02fab

%42.33
%12.43
%45.24

CMYK Percentages of Color #a02fab

%6
%73
%0
%33

Triadic Colors of #a02fab

#a02fab #aba02f #2faba0

Analogous Colors of #a02fab

#a02fab #ab2f78 #622fab

Monochromatic Colors of #a02fab

#a02fab

Complementary Color

#a02fab #3aab2f

#a02fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02fab Color CSS Codes

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

#a02fab Text Font Color

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

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


#a02fab Background Color

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

This div background color is #a02fab


#a02fab Border Color

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

This div border color is #a02fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02fab


Comments

No comments written yet.

Please login to write comment.