Color Hex Logo

#ad425c Color Hex

#AD425C
(173,66,92)
0 Favorites   0 Comments

Color spaces of #ad425c

RGB 1736692
HSL0.960.450.47
HSV345°62°68°
CMYK 0.000.620.47   0.32
XYZ21.113613.553411.6285
Yxy13.55340.45610.2928
Hunter Lab36.814937.94477.0429
CIE-Lab43.585545.98137.8442

#ad425c color RGB value is (173,66,92).

#ad425c hex color red value is 173, green value is 66 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ad425c hue: 0.96 , saturation: 0.45 and the lightness value of ad425c is 0.47.

The process color (four color CMYK) of #ad425c color hex is 0.00, 0.62, 0.47, 0.32. Web safe color of #ad425c is #993366. Color #ad425c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000010 01011100
Octal 255 102 134
Decimal 173 66 92
Hex AD 42 5C

RGB Percentages of Color #ad425c

%52.27
%19.94
%27.79

CMYK Percentages of Color #ad425c

%0
%62
%47
%32

Triadic Colors of #ad425c

#ad425c #5cad42 #425cad

Analogous Colors of #ad425c

#ad425c #ad5e42 #ad4292

Monochromatic Colors of #ad425c

#ad425c

Complementary Color

#ad425c #42ad93

#ad425c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad425c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad425c Color CSS Codes

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

#ad425c Text Font Color

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

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


#ad425c Background Color

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

This div background color is #ad425c


#ad425c Border Color

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

This div border color is #ad425c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad425c


Comments

No comments written yet.

Please login to write comment.