Color Hex Logo

#a5506e Color Hex

#A5506E
(165,80,110)
0 Favorites   0 Comments

Color spaces of #a5506e

RGB 16580110
HSL0.940.350.48
HSV339°52°65°
CMYK 0.000.520.33   0.35
XYZ21.200214.862416.5032
Yxy14.86240.40330.2827
Hunter Lab38.551830.69421.6055
CIE-Lab45.445238.3790-0.6950

#a5506e color RGB value is (165,80,110).

#a5506e hex color red value is 165, green value is 80 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a5506e hue: 0.94 , saturation: 0.35 and the lightness value of a5506e is 0.48.

The process color (four color CMYK) of #a5506e color hex is 0.00, 0.52, 0.33, 0.35. Web safe color of #a5506e is #996666. Color #a5506e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010000 01101110
Octal 245 120 156
Decimal 165 80 110
Hex A5 50 6E

RGB Percentages of Color #a5506e

%46.48
%22.54
%30.99

CMYK Percentages of Color #a5506e

%0
%52
%33
%35

Triadic Colors of #a5506e

#a5506e #6ea550 #506ea5

Analogous Colors of #a5506e

#a5506e #a55d50 #a55099

Monochromatic Colors of #a5506e

#a5506e

Complementary Color

#a5506e #50a587

#a5506e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5506e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5506e Color CSS Codes

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

#a5506e Text Font Color

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

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


#a5506e Background Color

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

This div background color is #a5506e


#a5506e Border Color

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

This div border color is #a5506e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5506e


Comments

No comments written yet.

Please login to write comment.