Color Hex Logo

#ad478d Color Hex

#AD478D
(173,71,141)
0 Favorites   0 Comments

Color spaces of #ad478d

RGB 17371141
HSL0.890.420.48
HSV319°59°68°
CMYK 0.000.590.18   0.32
XYZ24.294515.313826.8747
Yxy15.31380.36540.2303
Hunter Lab39.132942.3341-13.3247
CIE-Lab46.061049.8124-18.4541

#ad478d color RGB value is (173,71,141).

#ad478d hex color red value is 173, green value is 71 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ad478d hue: 0.89 , saturation: 0.42 and the lightness value of ad478d is 0.48.

The process color (four color CMYK) of #ad478d color hex is 0.00, 0.59, 0.18, 0.32. Web safe color of #ad478d is #993399. Color #ad478d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000111 10001101
Octal 255 107 215
Decimal 173 71 141
Hex AD 47 8D

RGB Percentages of Color #ad478d

%44.94
%18.44
%36.62

CMYK Percentages of Color #ad478d

%0
%59
%18
%32

Triadic Colors of #ad478d

#ad478d #8dad47 #478dad

Analogous Colors of #ad478d

#ad478d #ad475a #9a47ad

Monochromatic Colors of #ad478d

#ad478d

Complementary Color

#ad478d #47ad67

#ad478d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad478d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad478d Color CSS Codes

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

#ad478d Text Font Color

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

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


#ad478d Background Color

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

This div background color is #ad478d


#ad478d Border Color

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

This div border color is #ad478d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad478d


Comments

No comments written yet.

Please login to write comment.