Color Hex Logo

#a597ae Color Hex

#A597AE
(165,151,174)
0 Favorites   0 Comments

Color spaces of #a597ae

RGB 165151174
HSL0.770.120.64
HSV277°13°68°
CMYK 0.050.130.00   0.32
XYZ34.223633.188544.6466
Yxy33.18850.30540.2962
Hunter Lab57.60955.2235-5.6224
CIE-Lab64.31329.5347-10.1131

#a597ae color RGB value is (165,151,174).

#a597ae hex color red value is 165, green value is 151 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a597ae hue: 0.77 , saturation: 0.12 and the lightness value of a597ae is 0.64.

The process color (four color CMYK) of #a597ae color hex is 0.05, 0.13, 0.00, 0.32. Web safe color of #a597ae is #999999. Color #a597ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010111 10101110
Octal 245 227 256
Decimal 165 151 174
Hex A5 97 AE

RGB Percentages of Color #a597ae

%33.67
%30.82
%35.51

CMYK Percentages of Color #a597ae

%5
%13
%0
%32

Triadic Colors of #a597ae

#a597ae #aea597 #97aea5

Analogous Colors of #a597ae

#a597ae #ae97ac #9a97ae

Monochromatic Colors of #a597ae

#a597ae

Complementary Color

#a597ae #a0ae97

#a597ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a597ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a597ae Color CSS Codes

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

#a597ae Text Font Color

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

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


#a597ae Background Color

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

This div background color is #a597ae


#a597ae Border Color

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

This div border color is #a597ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a597ae


Comments

No comments written yet.

Please login to write comment.