Color Hex Logo

#ad299d Color Hex

#AD299D
(173,41,157)
0 Favorites   0 Comments

Color spaces of #ad299d

RGB 17341157
HSL0.850.620.42
HSV307°76°68°
CMYK 0.000.760.09   0.32
XYZ24.112312.904433.1182
Yxy12.90440.34380.1840
Hunter Lab35.922756.9494-29.5153
CIE-Lab42.618863.8542-33.4361

#ad299d color RGB value is (173,41,157).

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

The process color (four color CMYK) of #ad299d color hex is 0.00, 0.76, 0.09, 0.32. Web safe color of #ad299d is #993399. Color #ad299d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101001 10011101
Octal 255 51 235
Decimal 173 41 157
Hex AD 29 9D

RGB Percentages of Color #ad299d

%46.63
%11.05
%42.32

CMYK Percentages of Color #ad299d

%0
%76
%9
%32

Triadic Colors of #ad299d

#ad299d #9dad29 #299dad

Analogous Colors of #ad299d

#ad299d #ad295b #7b29ad

Monochromatic Colors of #ad299d

#ad299d

Complementary Color

#ad299d #29ad39

#ad299d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad299d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad299d Color CSS Codes

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

#ad299d Text Font Color

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

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


#ad299d Background Color

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

This div background color is #ad299d


#ad299d Border Color

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

This div border color is #ad299d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad299d


Comments

No comments written yet.

Please login to write comment.