Color Hex Logo

#ad489d Color Hex

#AD489D
(173,72,157)
0 Favorites   0 Comments

Color spaces of #ad489d

RGB 17372157
HSL0.860.410.48
HSV310°58°68°
CMYK 0.000.580.09   0.32
XYZ25.636715.953333.6264
Yxy15.95330.34080.2121
Hunter Lab39.941644.6733-21.9565
CIE-Lab46.913251.8787-26.7166

#ad489d color RGB value is (173,72,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001000 10011101
Octal 255 110 235
Decimal 173 72 157
Hex AD 48 9D

RGB Percentages of Color #ad489d

%43.03
%17.91
%39.05

CMYK Percentages of Color #ad489d

%0
%58
%9
%32

Triadic Colors of #ad489d

#ad489d #9dad48 #489dad

Analogous Colors of #ad489d

#ad489d #ad486b #8b48ad

Monochromatic Colors of #ad489d

#ad489d

Complementary Color

#ad489d #48ad58

#ad489d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad489d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad489d Color CSS Codes

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

#ad489d Text Font Color

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

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


#ad489d Background Color

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

This div background color is #ad489d


#ad489d Border Color

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

This div border color is #ad489d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad489d


Comments

No comments written yet.

Please login to write comment.