Color Hex Logo

#a5809f Color Hex

#A5809F
(165,128,159)
0 Favorites   0 Comments

Color spaces of #a5809f

RGB 165128159
HSL0.860.170.57
HSV310°22°65°
CMYK 0.000.220.04   0.35
XYZ29.494225.940936.2535
Yxy25.94090.32170.2829
Hunter Lab50.932214.2357-6.5500
CIE-Lab57.980919.6251-11.0669

#a5809f color RGB value is (165,128,159).

#a5809f hex color red value is 165, green value is 128 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a5809f hue: 0.86 , saturation: 0.17 and the lightness value of a5809f is 0.57.

The process color (four color CMYK) of #a5809f color hex is 0.00, 0.22, 0.04, 0.35. Web safe color of #a5809f is #999999. Color #a5809f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000000 10011111
Octal 245 200 237
Decimal 165 128 159
Hex A5 80 9F

RGB Percentages of Color #a5809f

%36.50
%28.32
%35.18

CMYK Percentages of Color #a5809f

%0
%22
%4
%35

Triadic Colors of #a5809f

#a5809f #9fa580 #809fa5

Analogous Colors of #a5809f

#a5809f #a5808d #9980a5

Monochromatic Colors of #a5809f

#a5809f

Complementary Color

#a5809f #80a586

#a5809f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5809f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5809f Color CSS Codes

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

#a5809f Text Font Color

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

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


#a5809f Background Color

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

This div background color is #a5809f


#a5809f Border Color

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

This div border color is #a5809f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5809f


Comments

No comments written yet.

Please login to write comment.