Color Hex Logo

#ad528b Color Hex

#AD528B
(173,82,139)
0 Favorites   0 Comments

Color spaces of #ad528b

RGB 17382139
HSL0.900.360.50
HSV322°53°68°
CMYK 0.000.530.20   0.32
XYZ24.911116.782926.3526
Yxy16.78290.36610.2466
Hunter Lab40.966936.8498-9.4623
CIE-Lab47.985344.1802-14.3187

#ad528b color RGB value is (173,82,139).

#ad528b hex color red value is 173, green value is 82 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ad528b hue: 0.90 , saturation: 0.36 and the lightness value of ad528b is 0.50.

The process color (four color CMYK) of #ad528b color hex is 0.00, 0.53, 0.20, 0.32. Web safe color of #ad528b is #996699. Color #ad528b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010010 10001011
Octal 255 122 213
Decimal 173 82 139
Hex AD 52 8B

RGB Percentages of Color #ad528b

%43.91
%20.81
%35.28

CMYK Percentages of Color #ad528b

%0
%53
%20
%32

Triadic Colors of #ad528b

#ad528b #8bad52 #528bad

Analogous Colors of #ad528b

#ad528b #ad525e #a252ad

Monochromatic Colors of #ad528b

#ad528b

Complementary Color

#ad528b #52ad74

#ad528b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad528b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad528b Color CSS Codes

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

#ad528b Text Font Color

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

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


#ad528b Background Color

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

This div background color is #ad528b


#ad528b Border Color

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

This div border color is #ad528b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad528b


Comments

No comments written yet.

Please login to write comment.