Color Hex Logo

#a44782 Color Hex

#A44782
(164,71,130)
0 Favorites   0 Comments

Color spaces of #a44782

RGB 16471130
HSL0.890.400.46
HSV322°57°64°
CMYK 0.000.570.21   0.36
XYZ21.592314.010722.6854
Yxy14.01070.37040.2404
Hunter Lab37.430937.4651-9.7318
CIE-Lab44.248345.3960-14.6893

#a44782 color RGB value is (164,71,130).

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

The process color (four color CMYK) of #a44782 color hex is 0.00, 0.57, 0.21, 0.36. Web safe color of #a44782 is #993399. Color #a44782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000111 10000010
Octal 244 107 202
Decimal 164 71 130
Hex A4 47 82

RGB Percentages of Color #a44782

%44.93
%19.45
%35.62

CMYK Percentages of Color #a44782

%0
%57
%21
%36

Triadic Colors of #a44782

#a44782 #82a447 #4782a4

Analogous Colors of #a44782

#a44782 #a44754 #9847a4

Monochromatic Colors of #a44782

#a44782

Complementary Color

#a44782 #47a469

#a44782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44782 Color CSS Codes

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

#a44782 Text Font Color

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

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


#a44782 Background Color

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

This div background color is #a44782


#a44782 Border Color

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

This div border color is #a44782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44782


Comments

No comments written yet.

Please login to write comment.