Color Hex Logo

#a70baf Color Hex

#A70BAF
(167,11,175)
0 Favorites   0 Comments

Color spaces of #a70baf

RGB 16711175
HSL0.830.880.36
HSV297°94°69°
CMYK 0.050.940.00   0.31
XYZ23.793911.550041.5327
Yxy11.55000.30950.1502
Hunter Lab33.985365.4978-48.6673
CIE-Lab40.491871.6232-47.6467

#a70baf color RGB value is (167,11,175).

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

The process color (four color CMYK) of #a70baf color hex is 0.05, 0.94, 0.00, 0.31. Web safe color of #a70baf is #990099. Color #a70baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001011 10101111
Octal 247 13 257
Decimal 167 11 175
Hex A7 B AF

RGB Percentages of Color #a70baf

%47.31
%3.12
%49.58

CMYK Percentages of Color #a70baf

%5
%94
%0
%31

Triadic Colors of #a70baf

#a70baf #afa70b #0bafa7

Analogous Colors of #a70baf

#a70baf #af0b65 #550baf

Monochromatic Colors of #a70baf

#a70baf

Complementary Color

#a70baf #13af0b

#a70baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70baf Color CSS Codes

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

#a70baf Text Font Color

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

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


#a70baf Background Color

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

This div background color is #a70baf


#a70baf Border Color

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

This div border color is #a70baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,11,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70baf


Comments

No comments written yet.

Please login to write comment.