Color Hex Logo

#a01fac Color Hex

#A01FAC
(160,31,172)
0 Favorites   0 Comments

Color spaces of #a01fac

RGB 16031172
HSL0.820.690.40
HSV295°82°67°
CMYK 0.070.820.00   0.33
XYZ22.433611.432140.0540
Yxy11.43210.30350.1547
Hunter Lab33.811459.2635-46.5688
CIE-Lab40.298966.3311-46.2370

#a01fac color RGB value is (160,31,172).

#a01fac hex color red value is 160, green value is 31 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a01fac hue: 0.82 , saturation: 0.69 and the lightness value of a01fac is 0.40.

The process color (four color CMYK) of #a01fac color hex is 0.07, 0.82, 0.00, 0.33. Web safe color of #a01fac is #993399. Color #a01fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011111 10101100
Octal 240 37 254
Decimal 160 31 172
Hex A0 1F AC

RGB Percentages of Color #a01fac

%44.08
%8.54
%47.38

CMYK Percentages of Color #a01fac

%7
%82
%0
%33

Triadic Colors of #a01fac

#a01fac #aca01f #1faca0

Analogous Colors of #a01fac

#a01fac #ac1f72 #591fac

Monochromatic Colors of #a01fac

#a01fac

Complementary Color

#a01fac #2bac1f

#a01fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01fac Color CSS Codes

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

#a01fac Text Font Color

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

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


#a01fac Background Color

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

This div background color is #a01fac


#a01fac Border Color

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

This div border color is #a01fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01fac


Comments

No comments written yet.

Please login to write comment.