Color Hex Logo

#a4556d Color Hex

#A4556D
(164,85,109)
0 Favorites   0 Comments

Color spaces of #a4556d

RGB 16485109
HSL0.950.320.49
HSV342°48°64°
CMYK 0.000.480.34   0.36
XYZ21.318715.493616.3350
Yxy15.49360.40110.2915
Hunter Lab39.361927.79362.9483
CIE-Lab46.303035.24551.1475

#a4556d color RGB value is (164,85,109).

#a4556d hex color red value is 164, green value is 85 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a4556d hue: 0.95 , saturation: 0.32 and the lightness value of a4556d is 0.49.

The process color (four color CMYK) of #a4556d color hex is 0.00, 0.48, 0.34, 0.36. Web safe color of #a4556d is #996666. Color #a4556d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010101 01101101
Octal 244 125 155
Decimal 164 85 109
Hex A4 55 6D

RGB Percentages of Color #a4556d

%45.81
%23.74
%30.45

CMYK Percentages of Color #a4556d

%0
%48
%34
%36

Triadic Colors of #a4556d

#a4556d #6da455 #556da4

Analogous Colors of #a4556d

#a4556d #a46555 #a45595

Monochromatic Colors of #a4556d

#a4556d

Complementary Color

#a4556d #55a48c

#a4556d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4556d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4556d Color CSS Codes

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

#a4556d Text Font Color

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

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


#a4556d Background Color

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

This div background color is #a4556d


#a4556d Border Color

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

This div border color is #a4556d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,85,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4556d


Comments

No comments written yet.

Please login to write comment.