Color Hex Logo

#ad289f Color Hex

#AD289F
(173,40,159)
0 Favorites   0 Comments

Color spaces of #ad289f

RGB 17340159
HSL0.850.620.42
HSV306°77°68°
CMYK 0.000.770.08   0.32
XYZ24.250412.905034.0137
Yxy12.90500.34070.1813
Hunter Lab35.923557.6313-30.9914
CIE-Lab42.619864.4534-34.6361

#ad289f color RGB value is (173,40,159).

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

The process color (four color CMYK) of #ad289f color hex is 0.00, 0.77, 0.08, 0.32. Web safe color of #ad289f is #993399. Color #ad289f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101000 10011111
Octal 255 50 237
Decimal 173 40 159
Hex AD 28 9F

RGB Percentages of Color #ad289f

%46.51
%10.75
%42.74

CMYK Percentages of Color #ad289f

%0
%77
%8
%32

Triadic Colors of #ad289f

#ad289f #9fad28 #289fad

Analogous Colors of #ad289f

#ad289f #ad285d #7928ad

Monochromatic Colors of #ad289f

#ad289f

Complementary Color

#ad289f #28ad36

#ad289f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad289f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad289f Color CSS Codes

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

#ad289f Text Font Color

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

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


#ad289f Background Color

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

This div background color is #ad289f


#ad289f Border Color

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

This div border color is #ad289f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad289f


Comments

No comments written yet.

Please login to write comment.