Color Hex Logo

#a4505e Color Hex

#A4505E
(164,80,94)
0 Favorites   0 Comments

Color spaces of #a4505e

RGB 1648094
HSL0.970.340.48
HSV350°51°64°
CMYK 0.000.510.43   0.36
XYZ20.198914.438012.3119
Yxy14.43800.43020.3075
Hunter Lab37.997428.39297.3870
CIE-Lab44.854636.07338.2088

#a4505e color RGB value is (164,80,94).

#a4505e hex color red value is 164, green value is 80 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a4505e hue: 0.97 , saturation: 0.34 and the lightness value of a4505e is 0.48.

The process color (four color CMYK) of #a4505e color hex is 0.00, 0.51, 0.43, 0.36. Web safe color of #a4505e is #996666. Color #a4505e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010000 01011110
Octal 244 120 136
Decimal 164 80 94
Hex A4 50 5E

RGB Percentages of Color #a4505e

%48.52
%23.67
%27.81

CMYK Percentages of Color #a4505e

%0
%51
%43
%36

Triadic Colors of #a4505e

#a4505e #5ea450 #505ea4

Analogous Colors of #a4505e

#a4505e #a46c50 #a45088

Monochromatic Colors of #a4505e

#a4505e

Complementary Color

#a4505e #50a496

#a4505e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4505e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4505e Color CSS Codes

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

#a4505e Text Font Color

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

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


#a4505e Background Color

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

This div background color is #a4505e


#a4505e Border Color

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

This div border color is #a4505e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4505e


Comments

No comments written yet.

Please login to write comment.