Color Hex Logo

#ad29ae Color Hex

#AD29AE
(173,41,174)
0 Favorites   0 Comments

Color spaces of #ad29ae

RGB 17341174
HSL0.830.620.42
HSV300°76°68°
CMYK 0.010.760.00   0.32
XYZ25.666513.526141.3024
Yxy13.52610.31890.1680
Hunter Lab36.777860.2102-40.8396
CIE-Lab43.545566.5196-42.1131

#ad29ae color RGB value is (173,41,174).

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

The process color (four color CMYK) of #ad29ae color hex is 0.01, 0.76, 0.00, 0.32. Web safe color of #ad29ae is #993399. Color #ad29ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101001 10101110
Octal 255 51 256
Decimal 173 41 174
Hex AD 29 AE

RGB Percentages of Color #ad29ae

%44.59
%10.57
%44.85

CMYK Percentages of Color #ad29ae

%1
%76
%0
%32

Triadic Colors of #ad29ae

#ad29ae #aead29 #29aead

Analogous Colors of #ad29ae

#ad29ae #ae296d #6b29ae

Monochromatic Colors of #ad29ae

#ad29ae

Complementary Color

#ad29ae #2aae29

#ad29ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad29ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad29ae Color CSS Codes

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

#ad29ae Text Font Color

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

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


#ad29ae Background Color

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

This div background color is #ad29ae


#ad29ae Border Color

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

This div border color is #ad29ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad29ae


Comments

No comments written yet.

Please login to write comment.