Color Hex Logo

#a44473 Color Hex

#A44473
(164,68,115)
0 Favorites   0 Comments

Color spaces of #a44473

RGB 16468115
HSL0.920.410.45
HSV331°59°64°
CMYK 0.000.590.30   0.36
XYZ20.471513.264617.7010
Yxy13.26460.39800.2579
Hunter Lab36.420636.5963-3.3215
CIE-Lab43.159344.7172-7.1560

#a44473 color RGB value is (164,68,115).

#a44473 hex color red value is 164, green value is 68 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #a44473 hue: 0.92 , saturation: 0.41 and the lightness value of a44473 is 0.45.

The process color (four color CMYK) of #a44473 color hex is 0.00, 0.59, 0.30, 0.36. Web safe color of #a44473 is #993366. Color #a44473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000100 01110011
Octal 244 104 163
Decimal 164 68 115
Hex A4 44 73

RGB Percentages of Color #a44473

%47.26
%19.60
%33.14

CMYK Percentages of Color #a44473

%0
%59
%30
%36

Triadic Colors of #a44473

#a44473 #73a444 #4473a4

Analogous Colors of #a44473

#a44473 #a44544 #a444a3

Monochromatic Colors of #a44473

#a44473

Complementary Color

#a44473 #44a475

#a44473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44473 Color CSS Codes

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

#a44473 Text Font Color

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

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


#a44473 Background Color

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

This div background color is #a44473


#a44473 Border Color

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

This div border color is #a44473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44473


Comments

No comments written yet.

Please login to write comment.