Color Hex Logo

#ad457f Color Hex

#AD457F
(173,69,127)
0 Favorites   0 Comments

Color spaces of #ad457f

RGB 17369127
HSL0.910.430.47
HSV327°60°68°
CMYK 0.000.600.27   0.32
XYZ23.192514.672821.6884
Yxy14.67280.38940.2464
Hunter Lab38.305141.0421-6.7565
CIE-Lab45.182748.7259-11.3151

#ad457f color RGB value is (173,69,127).

#ad457f hex color red value is 173, green value is 69 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ad457f hue: 0.91 , saturation: 0.43 and the lightness value of ad457f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000101 01111111
Octal 255 105 177
Decimal 173 69 127
Hex AD 45 7F

RGB Percentages of Color #ad457f

%46.88
%18.70
%34.42

CMYK Percentages of Color #ad457f

%0
%60
%27
%32

Triadic Colors of #ad457f

#ad457f #7fad45 #457fad

Analogous Colors of #ad457f

#ad457f #ad454b #a745ad

Monochromatic Colors of #ad457f

#ad457f

Complementary Color

#ad457f #45ad73

#ad457f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad457f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad457f Color CSS Codes

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

#ad457f Text Font Color

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

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


#ad457f Background Color

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

This div background color is #ad457f


#ad457f Border Color

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

This div border color is #ad457f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,69,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 #ad457f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad457f


Comments

No comments written yet.

Please login to write comment.