Color Hex Logo

#a44a6b Color Hex

#A44A6B
(164,74,107)
0 Favorites   0 Comments

Color spaces of #a44a6b

RGB 16474107
HSL0.940.380.47
HSV338°55°64°
CMYK 0.000.550.35   0.36
XYZ20.412513.851615.5077
Yxy13.85160.41010.2783
Hunter Lab37.217732.76941.3478
CIE-Lab44.019440.7217-0.9645

#a44a6b color RGB value is (164,74,107).

#a44a6b hex color red value is 164, green value is 74 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a44a6b hue: 0.94 , saturation: 0.38 and the lightness value of a44a6b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001010 01101011
Octal 244 112 153
Decimal 164 74 107
Hex A4 4A 6B

RGB Percentages of Color #a44a6b

%47.54
%21.45
%31.01

CMYK Percentages of Color #a44a6b

%0
%55
%35
%36

Triadic Colors of #a44a6b

#a44a6b #6ba44a #4a6ba4

Analogous Colors of #a44a6b

#a44a6b #a4564a #a44a98

Monochromatic Colors of #a44a6b

#a44a6b

Complementary Color

#a44a6b #4aa483

#a44a6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44a6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44a6b Color CSS Codes

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

#a44a6b Text Font Color

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

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


#a44a6b Background Color

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

This div background color is #a44a6b


#a44a6b Border Color

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

This div border color is #a44a6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44a6b


Comments

No comments written yet.

Please login to write comment.