Color Hex Logo

#a0177e Color Hex

#A0177E
(160,23,126)
0 Favorites   0 Comments

Color spaces of #a0177e

RGB 16023126
HSL0.870.750.36
HSV315°86°63°
CMYK 0.000.860.21   0.37
XYZ18.56959.592720.6115
Yxy9.59270.38070.1967
Hunter Lab30.972152.8196-17.7762
CIE-Lab37.101361.2438-23.2825

#a0177e color RGB value is (160,23,126).

#a0177e hex color red value is 160, green value is 23 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a0177e hue: 0.87 , saturation: 0.75 and the lightness value of a0177e is 0.36.

The process color (four color CMYK) of #a0177e color hex is 0.00, 0.86, 0.21, 0.37. Web safe color of #a0177e is #990066. Color #a0177e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010111 01111110
Octal 240 27 176
Decimal 160 23 126
Hex A0 17 7E

RGB Percentages of Color #a0177e

%51.78
%7.44
%40.78

CMYK Percentages of Color #a0177e

%0
%86
%21
%37

Triadic Colors of #a0177e

#a0177e #7ea017 #177ea0

Analogous Colors of #a0177e

#a0177e #a0173a #7e17a0

Monochromatic Colors of #a0177e

#a0177e

Complementary Color

#a0177e #17a039

#a0177e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0177e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0177e Color CSS Codes

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

#a0177e Text Font Color

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

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


#a0177e Background Color

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

This div background color is #a0177e


#a0177e Border Color

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

This div border color is #a0177e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0177e


Comments

No comments written yet.

Please login to write comment.