Color Hex Logo

#ad29dd Color Hex

#AD29DD
(173,41,221)
0 Favorites   0 Comments

Color spaces of #ad29dd

RGB 17341221
HSL0.790.730.51
HSV284°81°87°
CMYK 0.220.810.00   0.13
XYZ31.077715.690669.7972
Yxy15.69060.26660.1346
Hunter Lab39.611470.7250-76.7440
CIE-Lab46.565974.7804-64.5749

#ad29dd color RGB value is (173,41,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101001 11011101
Octal 255 51 335
Decimal 173 41 221
Hex AD 29 DD

RGB Percentages of Color #ad29dd

%39.77
%9.43
%50.80

CMYK Percentages of Color #ad29dd

%22
%81
%0
%13

Triadic Colors of #ad29dd

#ad29dd #ddad29 #29ddad

Analogous Colors of #ad29dd

#ad29dd #dd29b3 #5329dd

Monochromatic Colors of #ad29dd

#ad29dd

Complementary Color

#ad29dd #59dd29

#ad29dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad29dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad29dd Color CSS Codes

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

#ad29dd Text Font Color

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

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


#ad29dd Background Color

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

This div background color is #ad29dd


#ad29dd Border Color

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

This div border color is #ad29dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad29dd


Comments

No comments written yet.

Please login to write comment.