Color Hex Logo

#ad5072 Color Hex

#AD5072
(173,80,114)
0 Favorites   0 Comments

Color spaces of #ad5072

RGB 17380114
HSL0.940.370.50
HSV338°54°68°
CMYK 0.000.540.34   0.32
XYZ23.139515.836517.7567
Yxy15.83650.40790.2791
Hunter Lab39.795134.15031.4012
CIE-Lab46.759241.6924-1.0635

#ad5072 color RGB value is (173,80,114).

#ad5072 hex color red value is 173, green value is 80 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ad5072 hue: 0.94 , saturation: 0.37 and the lightness value of ad5072 is 0.50.

The process color (four color CMYK) of #ad5072 color hex is 0.00, 0.54, 0.34, 0.32. Web safe color of #ad5072 is #996666. Color #ad5072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010000 01110010
Octal 255 120 162
Decimal 173 80 114
Hex AD 50 72

RGB Percentages of Color #ad5072

%47.14
%21.80
%31.06

CMYK Percentages of Color #ad5072

%0
%54
%34
%32

Triadic Colors of #ad5072

#ad5072 #72ad50 #5072ad

Analogous Colors of #ad5072

#ad5072 #ad5d50 #ad50a1

Monochromatic Colors of #ad5072

#ad5072

Complementary Color

#ad5072 #50ad8b

#ad5072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5072 Color CSS Codes

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

#ad5072 Text Font Color

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

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


#ad5072 Background Color

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

This div background color is #ad5072


#ad5072 Border Color

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

This div border color is #ad5072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5072

#ad5072 Color Palettes


Comments

No comments written yet.

Please login to write comment.