Color Hex Logo

#ad29df Color Hex

#AD29DF
(173,41,223)
0 Favorites   0 Comments

Color spaces of #ad29df

RGB 17341223
HSL0.790.740.52
HSV284°82°87°
CMYK 0.220.820.00   0.13
XYZ31.345815.797871.2092
Yxy15.79780.26490.1335
Hunter Lab39.746471.2167-78.4007
CIE-Lab46.708175.1553-65.4849

#ad29df color RGB value is (173,41,223).

#ad29df hex color red value is 173, green value is 41 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ad29df hue: 0.79 , saturation: 0.74 and the lightness value of ad29df is 0.52.

The process color (four color CMYK) of #ad29df color hex is 0.22, 0.82, 0.00, 0.13. Web safe color of #ad29df is #9933cc. Color #ad29df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101001 11011111
Octal 255 51 337
Decimal 173 41 223
Hex AD 29 DF

RGB Percentages of Color #ad29df

%39.59
%9.38
%51.03

CMYK Percentages of Color #ad29df

%22
%82
%0
%13

Triadic Colors of #ad29df

#ad29df #dfad29 #29dfad

Analogous Colors of #ad29df

#ad29df #df29b6 #5229df

Monochromatic Colors of #ad29df

#ad29df

Complementary Color

#ad29df #5bdf29

#ad29df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad29df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad29df Color CSS Codes

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

#ad29df Text Font Color

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

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


#ad29df Background Color

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

This div background color is #ad29df


#ad29df Border Color

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

This div border color is #ad29df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad29df


Comments

No comments written yet.

Please login to write comment.