Color Hex Logo

#ad448d Color Hex

#AD448D
(173,68,141)
0 Favorites   0 Comments

Color spaces of #ad448d

RGB 17368141
HSL0.880.440.47
HSV318°61°68°
CMYK 0.000.610.18   0.32
XYZ24.108414.941626.8127
Yxy14.94160.36600.2269
Hunter Lab38.654443.6838-14.0686
CIE-Lab45.554151.1852-19.2316

#ad448d color RGB value is (173,68,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000100 10001101
Octal 255 104 215
Decimal 173 68 141
Hex AD 44 8D

RGB Percentages of Color #ad448d

%45.29
%17.80
%36.91

CMYK Percentages of Color #ad448d

%0
%61
%18
%32

Triadic Colors of #ad448d

#ad448d #8dad44 #448dad

Analogous Colors of #ad448d

#ad448d #ad4458 #9944ad

Monochromatic Colors of #ad448d

#ad448d

Complementary Color

#ad448d #44ad64

#ad448d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad448d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad448d Color CSS Codes

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

#ad448d Text Font Color

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

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


#ad448d Background Color

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

This div background color is #ad448d


#ad448d Border Color

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

This div border color is #ad448d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad448d


Comments

No comments written yet.

Please login to write comment.