Color Hex Logo

#ad5571 Color Hex

#AD5571
(173,85,113)
0 Favorites   0 Comments

Color spaces of #ad5571

RGB 17385113
HSL0.950.350.51
HSV341°51°68°
CMYK 0.000.510.35   0.32
XYZ23.462716.573517.5852
Yxy16.57350.40720.2876
Hunter Lab40.710631.63132.8867
CIE-Lab47.718139.00640.9426

#ad5571 color RGB value is (173,85,113).

#ad5571 hex color red value is 173, green value is 85 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #ad5571 hue: 0.95 , saturation: 0.35 and the lightness value of ad5571 is 0.51.

The process color (four color CMYK) of #ad5571 color hex is 0.00, 0.51, 0.35, 0.32. Web safe color of #ad5571 is #996666. Color #ad5571 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010101 01110001
Octal 255 125 161
Decimal 173 85 113
Hex AD 55 71

RGB Percentages of Color #ad5571

%46.63
%22.91
%30.46

CMYK Percentages of Color #ad5571

%0
%51
%35
%32

Triadic Colors of #ad5571

#ad5571 #71ad55 #5571ad

Analogous Colors of #ad5571

#ad5571 #ad6555 #ad559d

Monochromatic Colors of #ad5571

#ad5571

Complementary Color

#ad5571 #55ad91

#ad5571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5571 Color CSS Codes

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

#ad5571 Text Font Color

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

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


#ad5571 Background Color

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

This div background color is #ad5571


#ad5571 Border Color

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

This div border color is #ad5571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5571


Comments

No comments written yet.

Please login to write comment.