Color Hex Logo

#a70bac Color Hex

#A70BAC
(167,11,172)
0 Favorites   0 Comments

Color spaces of #a70bac

RGB 16711172
HSL0.830.880.36
HSV298°94°67°
CMYK 0.030.940.00   0.33
XYZ23.502411.433439.9979
Yxy11.43340.31360.1526
Hunter Lab33.813364.8955-46.4651
CIE-Lab40.301071.1532-46.1664

#a70bac color RGB value is (167,11,172).

#a70bac hex color red value is 167, green value is 11 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a70bac hue: 0.83 , saturation: 0.88 and the lightness value of a70bac is 0.36.

The process color (four color CMYK) of #a70bac color hex is 0.03, 0.94, 0.00, 0.33. Web safe color of #a70bac is #990099. Color #a70bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001011 10101100
Octal 247 13 254
Decimal 167 11 172
Hex A7 B AC

RGB Percentages of Color #a70bac

%47.71
%3.14
%49.14

CMYK Percentages of Color #a70bac

%3
%94
%0
%33

Triadic Colors of #a70bac

#a70bac #aca70b #0baca7

Analogous Colors of #a70bac

#a70bac #ac0b61 #560bac

Monochromatic Colors of #a70bac

#a70bac

Complementary Color

#a70bac #10ac0b

#a70bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70bac Color CSS Codes

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

#a70bac Text Font Color

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

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


#a70bac Background Color

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

This div background color is #a70bac


#a70bac Border Color

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

This div border color is #a70bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70bac


Comments

No comments written yet.

Please login to write comment.