Color Hex Logo

#ad29db Color Hex

#AD29DB
(173,41,219)
0 Favorites   0 Comments

Color spaces of #ad29db

RGB 17341219
HSL0.790.710.51
HSV284°81°86°
CMYK 0.210.810.00   0.14
XYZ30.812715.584668.4019
Yxy15.58460.26840.1358
Hunter Lab39.477370.2368-75.0969
CIE-Lab46.424774.4072-63.6615

#ad29db color RGB value is (173,41,219).

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

The process color (four color CMYK) of #ad29db color hex is 0.21, 0.81, 0.00, 0.14. Web safe color of #ad29db is #9933cc. Color #ad29db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101001 11011011
Octal 255 51 333
Decimal 173 41 219
Hex AD 29 DB

RGB Percentages of Color #ad29db

%39.95
%9.47
%50.58

CMYK Percentages of Color #ad29db

%21
%81
%0
%14

Triadic Colors of #ad29db

#ad29db #dbad29 #29dbad

Analogous Colors of #ad29db

#ad29db #db29b0 #5429db

Monochromatic Colors of #ad29db

#ad29db

Complementary Color

#ad29db #57db29

#ad29db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad29db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad29db Color CSS Codes

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

#ad29db Text Font Color

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

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


#ad29db Background Color

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

This div background color is #ad29db


#ad29db Border Color

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

This div border color is #ad29db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad29db


Comments

No comments written yet.

Please login to write comment.