Color Hex Logo

#a44954 Color Hex

#A44954
(164,73,84)
0 Favorites   0 Comments

Color spaces of #a44954

RGB 1647384
HSL0.980.380.46
HSV353°55°64°
CMYK 0.000.550.49   0.36
XYZ19.292613.29779.9374
Yxy13.29770.45360.3127
Hunter Lab36.466030.62129.3690
CIE-Lab43.208438.638012.0368

#a44954 color RGB value is (164,73,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001001 01010100
Octal 244 111 124
Decimal 164 73 84
Hex A4 49 54

RGB Percentages of Color #a44954

%51.09
%22.74
%26.17

CMYK Percentages of Color #a44954

%0
%55
%49
%36

Triadic Colors of #a44954

#a44954 #54a449 #4954a4

Analogous Colors of #a44954

#a44954 #a46c49 #a44982

Monochromatic Colors of #a44954

#a44954

Complementary Color

#a44954 #49a499

#a44954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44954 Color CSS Codes

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

#a44954 Text Font Color

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

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


#a44954 Background Color

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

This div background color is #a44954


#a44954 Border Color

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

This div border color is #a44954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44954


Comments

No comments written yet.

Please login to write comment.