Color Hex Logo

#ad5389 Color Hex

#AD5389
(173,83,137)
0 Favorites   0 Comments

Color spaces of #ad5389

RGB 17383137
HSL0.900.350.50
HSV324°52°68°
CMYK 0.000.520.21   0.32
XYZ24.842216.876925.6151
Yxy16.87690.36890.2506
Hunter Lab41.081536.0472-8.2114
CIE-Lab48.104643.3710-12.9394

#ad5389 color RGB value is (173,83,137).

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

The process color (four color CMYK) of #ad5389 color hex is 0.00, 0.52, 0.21, 0.32. Web safe color of #ad5389 is #996699. Color #ad5389 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 10001001
Octal 255 123 211
Decimal 173 83 137
Hex AD 53 89

RGB Percentages of Color #ad5389

%44.02
%21.12
%34.86

CMYK Percentages of Color #ad5389

%0
%52
%21
%32

Triadic Colors of #ad5389

#ad5389 #89ad53 #5389ad

Analogous Colors of #ad5389

#ad5389 #ad535c #a453ad

Monochromatic Colors of #ad5389

#ad5389

Complementary Color

#ad5389 #53ad77

#ad5389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5389 Color CSS Codes

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

#ad5389 Text Font Color

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

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


#ad5389 Background Color

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

This div background color is #ad5389


#ad5389 Border Color

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

This div border color is #ad5389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5389


Comments

No comments written yet.

Please login to write comment.