Color Hex Logo

#ad2989 Color Hex

#AD2989
(173,41,137)
0 Favorites   0 Comments

Color spaces of #ad2989

RGB 17341137
HSL0.880.620.42
HSV316°76°68°
CMYK 0.000.760.21   0.32
XYZ22.541912.276324.8484
Yxy12.27630.37780.2057
Hunter Lab35.037653.5248-17.5218
CIE-Lab41.651960.9956-22.8203

#ad2989 color RGB value is (173,41,137).

#ad2989 hex color red value is 173, green value is 41 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #ad2989 hue: 0.88 , saturation: 0.62 and the lightness value of ad2989 is 0.42.

The process color (four color CMYK) of #ad2989 color hex is 0.00, 0.76, 0.21, 0.32. Web safe color of #ad2989 is #993399. Color #ad2989 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101001 10001001
Octal 255 51 211
Decimal 173 41 137
Hex AD 29 89

RGB Percentages of Color #ad2989

%49.29
%11.68
%39.03

CMYK Percentages of Color #ad2989

%0
%76
%21
%32

Triadic Colors of #ad2989

#ad2989 #89ad29 #2989ad

Analogous Colors of #ad2989

#ad2989 #ad2947 #8f29ad

Monochromatic Colors of #ad2989

#ad2989

Complementary Color

#ad2989 #29ad4d

#ad2989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2989 Color CSS Codes

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

#ad2989 Text Font Color

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

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


#ad2989 Background Color

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

This div background color is #ad2989


#ad2989 Border Color

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

This div border color is #ad2989


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,41,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 #ad2989">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2989


Comments

No comments written yet.

Please login to write comment.