Color Hex Logo

#a5495e Color Hex

#A5495E
(165,73,94)
0 Favorites   0 Comments

Color spaces of #a5495e

RGB 1657394
HSL0.960.390.47
HSV346°56°65°
CMYK 0.000.560.43   0.35
XYZ19.920013.572612.1595
Yxy13.57260.43630.2973
Hunter Lab36.841032.04356.2198
CIE-Lab43.613640.04276.4698

#a5495e color RGB value is (165,73,94).

#a5495e hex color red value is 165, green value is 73 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a5495e hue: 0.96 , saturation: 0.39 and the lightness value of a5495e is 0.47.

The process color (four color CMYK) of #a5495e color hex is 0.00, 0.56, 0.43, 0.35. Web safe color of #a5495e is #993366. Color #a5495e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001001 01011110
Octal 245 111 136
Decimal 165 73 94
Hex A5 49 5E

RGB Percentages of Color #a5495e

%49.70
%21.99
%28.31

CMYK Percentages of Color #a5495e

%0
%56
%43
%35

Triadic Colors of #a5495e

#a5495e #5ea549 #495ea5

Analogous Colors of #a5495e

#a5495e #a56249 #a5498c

Monochromatic Colors of #a5495e

#a5495e

Complementary Color

#a5495e #49a590

#a5495e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5495e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5495e Color CSS Codes

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

#a5495e Text Font Color

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

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


#a5495e Background Color

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

This div background color is #a5495e


#a5495e Border Color

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

This div border color is #a5495e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5495e


Comments

No comments written yet.

Please login to write comment.