Color Hex Logo

#a44770 Color Hex

#A44770
(164,71,112)
0 Favorites   0 Comments

Color spaces of #a44770

RGB 16471112
HSL0.930.400.46
HSV334°57°64°
CMYK 0.000.570.32   0.36
XYZ20.487713.568816.8685
Yxy13.56880.40230.2664
Hunter Lab36.835934.8170-1.3660
CIE-Lab43.608142.8617-4.6434

#a44770 color RGB value is (164,71,112).

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

The process color (four color CMYK) of #a44770 color hex is 0.00, 0.57, 0.32, 0.36. Web safe color of #a44770 is #993366. Color #a44770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000111 01110000
Octal 244 107 160
Decimal 164 71 112
Hex A4 47 70

RGB Percentages of Color #a44770

%47.26
%20.46
%32.28

CMYK Percentages of Color #a44770

%0
%57
%32
%36

Triadic Colors of #a44770

#a44770 #70a447 #4770a4

Analogous Colors of #a44770

#a44770 #a44d47 #a4479f

Monochromatic Colors of #a44770

#a44770

Complementary Color

#a44770 #47a47b

#a44770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44770 Color CSS Codes

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

#a44770 Text Font Color

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

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


#a44770 Background Color

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

This div background color is #a44770


#a44770 Border Color

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

This div border color is #a44770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44770


Comments

No comments written yet.

Please login to write comment.