Color Hex Logo

#a70aba Color Hex

#A70ABA
(167,10,186)
0 Favorites   0 Comments

Color spaces of #a70aba

RGB 16710186
HSL0.820.900.38
HSV294°95°73°
CMYK 0.100.950.00   0.27
XYZ24.907811.977747.4535
Yxy11.97770.29530.1420
Hunter Lab34.608867.9002-57.0687
CIE-Lab41.180773.4965-53.0476

#a70aba color RGB value is (167,10,186).

#a70aba hex color red value is 167, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a70aba hue: 0.82 , saturation: 0.90 and the lightness value of a70aba is 0.38.

The process color (four color CMYK) of #a70aba color hex is 0.10, 0.95, 0.00, 0.27. Web safe color of #a70aba is #9900cc. Color #a70aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001010 10111010
Octal 247 12 272
Decimal 167 10 186
Hex A7 A BA

RGB Percentages of Color #a70aba

%46.01
%2.75
%51.24

CMYK Percentages of Color #a70aba

%10
%95
%0
%27

Triadic Colors of #a70aba

#a70aba #baa70a #0abaa7

Analogous Colors of #a70aba

#a70aba #ba0a75 #4f0aba

Monochromatic Colors of #a70aba

#a70aba

Complementary Color

#a70aba #1dba0a

#a70aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70aba Color CSS Codes

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

#a70aba Text Font Color

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

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


#a70aba Background Color

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

This div background color is #a70aba


#a70aba Border Color

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

This div border color is #a70aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70aba


Comments

No comments written yet.

Please login to write comment.