Color Hex Logo

#a44781 Color Hex

#A44781
(164,71,129)
0 Favorites   0 Comments

Color spaces of #a44781

RGB 16471129
HSL0.900.400.46
HSV323°57°64°
CMYK 0.000.570.21   0.36
XYZ21.525513.984022.3335
Yxy13.98400.37210.2418
Hunter Lab37.395237.3070-9.2331
CIE-Lab44.210045.2462-14.1390

#a44781 color RGB value is (164,71,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000111 10000001
Octal 244 107 201
Decimal 164 71 129
Hex A4 47 81

RGB Percentages of Color #a44781

%45.05
%19.51
%35.44

CMYK Percentages of Color #a44781

%0
%57
%21
%36

Triadic Colors of #a44781

#a44781 #81a447 #4781a4

Analogous Colors of #a44781

#a44781 #a44753 #9947a4

Monochromatic Colors of #a44781

#a44781

Complementary Color

#a44781 #47a46a

#a44781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44781 Color CSS Codes

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

#a44781 Text Font Color

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

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


#a44781 Background Color

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

This div background color is #a44781


#a44781 Border Color

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

This div border color is #a44781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44781


Comments

No comments written yet.

Please login to write comment.