Color Hex Logo

#ad456f Color Hex

#AD456F
(173,69,111)
0 Favorites   0 Comments

Color spaces of #ad456f

RGB 17369111
HSL0.930.430.47
HSV336°60°68°
CMYK 0.000.600.36   0.32
XYZ22.230914.288216.6251
Yxy14.28820.41830.2689
Hunter Lab37.799738.83040.3829
CIE-Lab44.643446.6712-2.3391

#ad456f color RGB value is (173,69,111).

#ad456f hex color red value is 173, green value is 69 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ad456f hue: 0.93 , saturation: 0.43 and the lightness value of ad456f is 0.47.

The process color (four color CMYK) of #ad456f color hex is 0.00, 0.60, 0.36, 0.32. Web safe color of #ad456f is #993366. Color #ad456f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000101 01101111
Octal 255 105 157
Decimal 173 69 111
Hex AD 45 6F

RGB Percentages of Color #ad456f

%49.01
%19.55
%31.44

CMYK Percentages of Color #ad456f

%0
%60
%36
%32

Triadic Colors of #ad456f

#ad456f #6fad45 #456fad

Analogous Colors of #ad456f

#ad456f #ad4f45 #ad45a3

Monochromatic Colors of #ad456f

#ad456f

Complementary Color

#ad456f #45ad83

#ad456f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad456f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad456f Color CSS Codes

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

#ad456f Text Font Color

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

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


#ad456f Background Color

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

This div background color is #ad456f


#ad456f Border Color

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

This div border color is #ad456f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad456f


Comments

No comments written yet.

Please login to write comment.