Color Hex Logo

#a4496d Color Hex

#A4496D
(164,73,109)
0 Favorites   0 Comments

Color spaces of #a4496d

RGB 16473109
HSL0.930.380.46
HSV336°55°64°
CMYK 0.000.550.34   0.36
XYZ20.452713.761716.0463
Yxy13.76170.40690.2738
Hunter Lab37.096833.49370.3217
CIE-Lab43.889241.4791-2.3843

#a4496d color RGB value is (164,73,109).

#a4496d hex color red value is 164, green value is 73 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a4496d hue: 0.93 , saturation: 0.38 and the lightness value of a4496d is 0.46.

The process color (four color CMYK) of #a4496d color hex is 0.00, 0.55, 0.34, 0.36. Web safe color of #a4496d is #993366. Color #a4496d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001001 01101101
Octal 244 111 155
Decimal 164 73 109
Hex A4 49 6D

RGB Percentages of Color #a4496d

%47.40
%21.10
%31.50

CMYK Percentages of Color #a4496d

%0
%55
%34
%36

Triadic Colors of #a4496d

#a4496d #6da449 #496da4

Analogous Colors of #a4496d

#a4496d #a45349 #a4499b

Monochromatic Colors of #a4496d

#a4496d

Complementary Color

#a4496d #49a480

#a4496d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4496d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4496d Color CSS Codes

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

#a4496d Text Font Color

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

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


#a4496d Background Color

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

This div background color is #a4496d


#a4496d Border Color

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

This div border color is #a4496d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4496d


Comments

No comments written yet.

Please login to write comment.