Color Hex Logo

#ad2579 Color Hex

#AD2579
(173,37,121)
0 Favorites   0 Comments

Color spaces of #ad2579

RGB 17337121
HSL0.900.650.41
HSV323°79°68°
CMYK 0.000.790.30   0.32
XYZ21.346311.587819.2008
Yxy11.58780.40940.2223
Hunter Lab34.040952.3621-9.6140
CIE-Lab40.553360.1594-14.6487

#ad2579 color RGB value is (173,37,121).

#ad2579 hex color red value is 173, green value is 37 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ad2579 hue: 0.90 , saturation: 0.65 and the lightness value of ad2579 is 0.41.

The process color (four color CMYK) of #ad2579 color hex is 0.00, 0.79, 0.30, 0.32. Web safe color of #ad2579 is #993366. Color #ad2579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100101 01111001
Octal 255 45 171
Decimal 173 37 121
Hex AD 25 79

RGB Percentages of Color #ad2579

%52.27
%11.18
%36.56

CMYK Percentages of Color #ad2579

%0
%79
%30
%32

Triadic Colors of #ad2579

#ad2579 #79ad25 #2579ad

Analogous Colors of #ad2579

#ad2579 #ad2535 #9d25ad

Monochromatic Colors of #ad2579

#ad2579

Complementary Color

#ad2579 #25ad59

#ad2579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2579 Color CSS Codes

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

#ad2579 Text Font Color

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

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


#ad2579 Background Color

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

This div background color is #ad2579


#ad2579 Border Color

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

This div border color is #ad2579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2579


Comments

No comments written yet.

Please login to write comment.