Color Hex Logo

#a0719a Color Hex

#A0719A
(160,113,154)
0 Favorites   0 Comments

Color spaces of #a0719a

RGB 160113154
HSL0.850.200.54
HSV308°29°63°
CMYK 0.000.290.04   0.37
XYZ26.235121.616933.3616
Yxy21.61690.32300.2662
Hunter Lab46.494019.3575-9.9976
CIE-Lab53.618125.4721-14.8005

#a0719a color RGB value is (160,113,154).

#a0719a hex color red value is 160, green value is 113 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a0719a hue: 0.85 , saturation: 0.20 and the lightness value of a0719a is 0.54.

The process color (four color CMYK) of #a0719a color hex is 0.00, 0.29, 0.04, 0.37. Web safe color of #a0719a is #996699. Color #a0719a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 10011010
Octal 240 161 232
Decimal 160 113 154
Hex A0 71 9A

RGB Percentages of Color #a0719a

%37.47
%26.46
%36.07

CMYK Percentages of Color #a0719a

%0
%29
%4
%37

Triadic Colors of #a0719a

#a0719a #9aa071 #719aa0

Analogous Colors of #a0719a

#a0719a #a07183 #8f71a0

Monochromatic Colors of #a0719a

#a0719a

Complementary Color

#a0719a #71a077

#a0719a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0719a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0719a Color CSS Codes

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

#a0719a Text Font Color

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

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


#a0719a Background Color

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

This div background color is #a0719a


#a0719a Border Color

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

This div border color is #a0719a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0719a


Comments

No comments written yet.

Please login to write comment.