Color Hex Logo

#ad2179 Color Hex

#AD2179
(173,33,121)
0 Favorites   0 Comments

Color spaces of #ad2179

RGB 17333121
HSL0.900.680.40
HSV322°81°68°
CMYK 0.000.810.30   0.32
XYZ21.228611.352419.1615
Yxy11.35240.41030.2194
Hunter Lab33.693353.5013-10.1331
CIE-Lab40.167861.2617-15.2369

#ad2179 color RGB value is (173,33,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100001 01111001
Octal 255 41 171
Decimal 173 33 121
Hex AD 21 79

RGB Percentages of Color #ad2179

%52.91
%10.09
%37.00

CMYK Percentages of Color #ad2179

%0
%81
%30
%32

Triadic Colors of #ad2179

#ad2179 #79ad21 #2179ad

Analogous Colors of #ad2179

#ad2179 #ad2133 #9b21ad

Monochromatic Colors of #ad2179

#ad2179

Complementary Color

#ad2179 #21ad55

#ad2179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2179 Color CSS Codes

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

#ad2179 Text Font Color

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

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


#ad2179 Background Color

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

This div background color is #ad2179


#ad2179 Border Color

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

This div border color is #ad2179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2179


Comments

No comments written yet.

Please login to write comment.