Color Hex Logo

#ad458f Color Hex

#AD458F
(173,69,143)
0 Favorites   0 Comments

Color spaces of #ad458f

RGB 17369143
HSL0.880.430.47
HSV317°60°68°
CMYK 0.000.600.17   0.32
XYZ24.319615.123727.6240
Yxy15.12370.36260.2255
Hunter Lab38.889243.5700-14.8928
CIE-Lab45.803251.0332-20.0540

#ad458f color RGB value is (173,69,143).

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

The process color (four color CMYK) of #ad458f color hex is 0.00, 0.60, 0.17, 0.32. Web safe color of #ad458f is #993399. Color #ad458f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000101 10001111
Octal 255 105 217
Decimal 173 69 143
Hex AD 45 8F

RGB Percentages of Color #ad458f

%44.94
%17.92
%37.14

CMYK Percentages of Color #ad458f

%0
%60
%17
%32

Triadic Colors of #ad458f

#ad458f #8fad45 #458fad

Analogous Colors of #ad458f

#ad458f #ad455b #9745ad

Monochromatic Colors of #ad458f

#ad458f

Complementary Color

#ad458f #45ad63

#ad458f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad458f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad458f Color CSS Codes

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

#ad458f Text Font Color

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

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


#ad458f Background Color

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

This div background color is #ad458f


#ad458f Border Color

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

This div border color is #ad458f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad458f


Comments

No comments written yet.

Please login to write comment.