Color Hex Logo

#a4407d Color Hex

#A4407D
(164,64,125)
0 Favorites   0 Comments

Color spaces of #a4407d

RGB 16464125
HSL0.900.440.45
HSV323°61°64°
CMYK 0.000.610.24   0.36
XYZ20.844913.040020.8204
Yxy13.04000.38100.2384
Hunter Lab36.110939.8443-8.9070
CIE-Lab42.823547.9760-13.8034

#a4407d color RGB value is (164,64,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000000 01111101
Octal 244 100 175
Decimal 164 64 125
Hex A4 40 7D

RGB Percentages of Color #a4407d

%46.46
%18.13
%35.41

CMYK Percentages of Color #a4407d

%0
%61
%24
%36

Triadic Colors of #a4407d

#a4407d #7da440 #407da4

Analogous Colors of #a4407d

#a4407d #a4404b #9940a4

Monochromatic Colors of #a4407d

#a4407d

Complementary Color

#a4407d #40a467

#a4407d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4407d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4407d Color CSS Codes

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

#a4407d Text Font Color

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

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


#a4407d Background Color

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

This div background color is #a4407d


#a4407d Border Color

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

This div border color is #a4407d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4407d


Comments

No comments written yet.

Please login to write comment.