Color Hex Logo

#a57eaa Color Hex

#A57EAA
(165,126,170)
0 Favorites   0 Comments

Color spaces of #a57eaa

RGB 165126170
HSL0.810.210.58
HSV293°26°67°
CMYK 0.030.260.00   0.33
XYZ30.233625.823341.4211
Yxy25.82330.31020.2649
Hunter Lab50.816617.2703-12.7562
CIE-Lab57.868922.9131-17.5560

#a57eaa color RGB value is (165,126,170).

#a57eaa hex color red value is 165, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a57eaa hue: 0.81 , saturation: 0.21 and the lightness value of a57eaa is 0.58.

The process color (four color CMYK) of #a57eaa color hex is 0.03, 0.26, 0.00, 0.33. Web safe color of #a57eaa is #996699. Color #a57eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111110 10101010
Octal 245 176 252
Decimal 165 126 170
Hex A5 7E AA

RGB Percentages of Color #a57eaa

%35.79
%27.33
%36.88

CMYK Percentages of Color #a57eaa

%3
%26
%0
%33

Triadic Colors of #a57eaa

#a57eaa #aaa57e #7eaaa5

Analogous Colors of #a57eaa

#a57eaa #aa7e99 #8f7eaa

Monochromatic Colors of #a57eaa

#a57eaa

Complementary Color

#a57eaa #83aa7e

#a57eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57eaa Color CSS Codes

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

#a57eaa Text Font Color

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

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


#a57eaa Background Color

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

This div background color is #a57eaa


#a57eaa Border Color

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

This div border color is #a57eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57eaa


Comments

No comments written yet.

Please login to write comment.