Color Hex Logo

#a4405e Color Hex

#A4405E
(164,64,94)
0 Favorites   0 Comments

Color spaces of #a4405e

RGB 1646494
HSL0.950.440.45
HSV342°61°64°
CMYK 0.000.610.43   0.36
XYZ19.163612.367511.9668
Yxy12.36750.44060.2843
Hunter Lab35.167535.72594.4420
CIE-Lab41.794344.07683.8446

#a4405e color RGB value is (164,64,94).

#a4405e hex color red value is 164, green value is 64 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a4405e hue: 0.95 , saturation: 0.44 and the lightness value of a4405e is 0.45.

The process color (four color CMYK) of #a4405e color hex is 0.00, 0.61, 0.43, 0.36. Web safe color of #a4405e is #993366. Color #a4405e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000000 01011110
Octal 244 100 136
Decimal 164 64 94
Hex A4 40 5E

RGB Percentages of Color #a4405e

%50.93
%19.88
%29.19

CMYK Percentages of Color #a4405e

%0
%61
%43
%36

Triadic Colors of #a4405e

#a4405e #5ea440 #405ea4

Analogous Colors of #a4405e

#a4405e #a45440 #a44090

Monochromatic Colors of #a4405e

#a4405e

Complementary Color

#a4405e #40a486

#a4405e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4405e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4405e Color CSS Codes

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

#a4405e Text Font Color

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

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


#a4405e Background Color

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

This div background color is #a4405e


#a4405e Border Color

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

This div border color is #a4405e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4405e


Comments

No comments written yet.

Please login to write comment.