Color Hex Logo

#a7577a Color Hex

#A7577A
(167,87,122)
0 Favorites   0 Comments

Color spaces of #a7577a

RGB 16787122
HSL0.930.310.50
HSV334°48°65°
CMYK 0.000.480.27   0.35
XYZ22.857416.437020.3803
Yxy16.43700.38300.2754
Hunter Lab40.542629.6866-1.4246
CIE-Lab47.542737.0417-4.8491

#a7577a color RGB value is (167,87,122).

#a7577a hex color red value is 167, green value is 87 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #a7577a hue: 0.93 , saturation: 0.31 and the lightness value of a7577a is 0.50.

The process color (four color CMYK) of #a7577a color hex is 0.00, 0.48, 0.27, 0.35. Web safe color of #a7577a is #996666. Color #a7577a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010111 01111010
Octal 247 127 172
Decimal 167 87 122
Hex A7 57 7A

RGB Percentages of Color #a7577a

%44.41
%23.14
%32.45

CMYK Percentages of Color #a7577a

%0
%48
%27
%35

Triadic Colors of #a7577a

#a7577a #7aa757 #577aa7

Analogous Colors of #a7577a

#a7577a #a75c57 #a757a2

Monochromatic Colors of #a7577a

#a7577a

Complementary Color

#a7577a #57a784

#a7577a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7577a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7577a Color CSS Codes

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

#a7577a Text Font Color

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

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


#a7577a Background Color

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

This div background color is #a7577a


#a7577a Border Color

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

This div border color is #a7577a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7577a


Comments

No comments written yet.

Please login to write comment.