Color Hex Logo

#ad407f Color Hex

#AD407F
(173,64,127)
0 Favorites   0 Comments

Color spaces of #ad407f

RGB 17364127
HSL0.900.460.46
HSV325°63°68°
CMYK 0.000.630.27   0.32
XYZ22.897714.083321.5902
Yxy14.08330.39090.2404
Hunter Lab37.527743.2390-7.8409
CIE-Lab44.352250.9765-12.5706

#ad407f color RGB value is (173,64,127).

#ad407f hex color red value is 173, green value is 64 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ad407f hue: 0.90 , saturation: 0.46 and the lightness value of ad407f is 0.46.

The process color (four color CMYK) of #ad407f color hex is 0.00, 0.63, 0.27, 0.32. Web safe color of #ad407f is #993366. Color #ad407f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000000 01111111
Octal 255 100 177
Decimal 173 64 127
Hex AD 40 7F

RGB Percentages of Color #ad407f

%47.53
%17.58
%34.89

CMYK Percentages of Color #ad407f

%0
%63
%27
%32

Triadic Colors of #ad407f

#ad407f #7fad40 #407fad

Analogous Colors of #ad407f

#ad407f #ad4049 #a540ad

Monochromatic Colors of #ad407f

#ad407f

Complementary Color

#ad407f #40ad6e

#ad407f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad407f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad407f Color CSS Codes

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

#ad407f Text Font Color

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

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


#ad407f Background Color

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

This div background color is #ad407f


#ad407f Border Color

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

This div border color is #ad407f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad407f


Comments

No comments written yet.

Please login to write comment.