Color Hex Logo

#ad498f Color Hex

#AD498F
(173,73,143)
0 Favorites   0 Comments

Color spaces of #ad498f

RGB 17373143
HSL0.880.410.48
HSV318°58°68°
CMYK 0.000.580.17   0.32
XYZ24.574015.632527.7088
Yxy15.63250.36180.2302
Hunter Lab39.538041.7516-13.8748
CIE-Lab46.488649.1817-19.0017

#ad498f color RGB value is (173,73,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001001 10001111
Octal 255 111 217
Decimal 173 73 143
Hex AD 49 8F

RGB Percentages of Color #ad498f

%44.47
%18.77
%36.76

CMYK Percentages of Color #ad498f

%0
%58
%17
%32

Triadic Colors of #ad498f

#ad498f #8fad49 #498fad

Analogous Colors of #ad498f

#ad498f #ad495d #9949ad

Monochromatic Colors of #ad498f

#ad498f

Complementary Color

#ad498f #49ad67

#ad498f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad498f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad498f Color CSS Codes

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

#ad498f Text Font Color

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

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


#ad498f Background Color

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

This div background color is #ad498f


#ad498f Border Color

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

This div border color is #ad498f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad498f


Comments

No comments written yet.

Please login to write comment.