Color Hex Logo

#a5717e Color Hex

#A5717E
(165,113,126)
0 Favorites   0 Comments

Color spaces of #a5717e

RGB 165113126
HSL0.960.220.55
HSV345°32°65°
CMYK 0.000.320.24   0.35
XYZ25.188121.315922.5255
Yxy21.31590.36490.3088
Hunter Lab46.169116.58673.3914
CIE-Lab53.293522.48171.1852

#a5717e color RGB value is (165,113,126).

#a5717e hex color red value is 165, green value is 113 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a5717e hue: 0.96 , saturation: 0.22 and the lightness value of a5717e is 0.55.

The process color (four color CMYK) of #a5717e color hex is 0.00, 0.32, 0.24, 0.35. Web safe color of #a5717e is #996666. Color #a5717e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110001 01111110
Octal 245 161 176
Decimal 165 113 126
Hex A5 71 7E

RGB Percentages of Color #a5717e

%40.84
%27.97
%31.19

CMYK Percentages of Color #a5717e

%0
%32
%24
%35

Triadic Colors of #a5717e

#a5717e #7ea571 #717ea5

Analogous Colors of #a5717e

#a5717e #a57e71 #a57198

Monochromatic Colors of #a5717e

#a5717e

Complementary Color

#a5717e #71a598

#a5717e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5717e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5717e Color CSS Codes

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

#a5717e Text Font Color

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

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


#a5717e Background Color

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

This div background color is #a5717e


#a5717e Border Color

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

This div border color is #a5717e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,113,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 #a5717e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5717e


Comments

No comments written yet.

Please login to write comment.