Color Hex Logo

#ad447b Color Hex

#AD447B
(173,68,123)
0 Favorites   0 Comments

Color spaces of #ad447b

RGB 17368123
HSL0.910.440.47
HSV329°61°68°
CMYK 0.000.610.29   0.32
XYZ22.875914.448520.3220
Yxy14.44850.39680.2506
Hunter Lab38.011240.9053-5.0905
CIE-Lab44.869448.6483-9.3491

#ad447b color RGB value is (173,68,123).

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

The process color (four color CMYK) of #ad447b color hex is 0.00, 0.61, 0.29, 0.32. Web safe color of #ad447b is #993366. Color #ad447b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000100 01111011
Octal 255 104 173
Decimal 173 68 123
Hex AD 44 7B

RGB Percentages of Color #ad447b

%47.53
%18.68
%33.79

CMYK Percentages of Color #ad447b

%0
%61
%29
%32

Triadic Colors of #ad447b

#ad447b #7bad44 #447bad

Analogous Colors of #ad447b

#ad447b #ad4447 #ab44ad

Monochromatic Colors of #ad447b

#ad447b

Complementary Color

#ad447b #44ad76

#ad447b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad447b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad447b Color CSS Codes

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

#ad447b Text Font Color

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

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


#ad447b Background Color

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

This div background color is #ad447b


#ad447b Border Color

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

This div border color is #ad447b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad447b


Comments

No comments written yet.

Please login to write comment.