Color Hex Logo

#a80570 Color Hex

#A80570
(168,5,112)
0 Favorites   0 Comments

Color spaces of #a80570

RGB 1685112
HSL0.890.940.34
HSV321°97°66°
CMYK 0.000.970.33   0.34
XYZ19.12739.603216.1747
Yxy9.60320.42590.2139
Hunter Lab30.989055.9444-9.2540
CIE-Lab37.120664.0368-14.3353

#a80570 color RGB value is (168,5,112).

#a80570 hex color red value is 168, green value is 5 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #a80570 hue: 0.89 , saturation: 0.94 and the lightness value of a80570 is 0.34.

The process color (four color CMYK) of #a80570 color hex is 0.00, 0.97, 0.33, 0.34. Web safe color of #a80570 is #990066. Color #a80570 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000101 01110000
Octal 250 5 160
Decimal 168 5 112
Hex A8 5 70

RGB Percentages of Color #a80570

%58.95
%1.75
%39.30

CMYK Percentages of Color #a80570

%0
%97
%33
%34

Triadic Colors of #a80570

#a80570 #70a805 #0570a8

Analogous Colors of #a80570

#a80570 #a8051f #8f05a8

Monochromatic Colors of #a80570

#a80570

Complementary Color

#a80570 #05a83d

#a80570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80570 Color CSS Codes

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

#a80570 Text Font Color

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

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


#a80570 Background Color

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

This div background color is #a80570


#a80570 Border Color

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

This div border color is #a80570


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,5,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a80570; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a80570;
  -webkit-box-shadow: 1px 1px 3px 2px #a80570;
  box-shadow:         1px 1px 3px 2px #a80570; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,5,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80570


Comments

No comments written yet.

Please login to write comment.