Color Hex Logo

#ad24a9 Color Hex

#AD24A9
(173,36,169)
0 Favorites   0 Comments

Color spaces of #ad24a9

RGB 17336169
HSL0.840.660.41
HSV302°79°68°
CMYK 0.000.790.02   0.32
XYZ25.025913.010638.7284
Yxy13.01060.32600.1695
Hunter Lab36.070260.7224-38.4102
CIE-Lab42.779267.1111-40.3620

#ad24a9 color RGB value is (173,36,169).

#ad24a9 hex color red value is 173, green value is 36 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #ad24a9 hue: 0.84 , saturation: 0.66 and the lightness value of ad24a9 is 0.41.

The process color (four color CMYK) of #ad24a9 color hex is 0.00, 0.79, 0.02, 0.32. Web safe color of #ad24a9 is #993399. Color #ad24a9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100100 10101001
Octal 255 44 251
Decimal 173 36 169
Hex AD 24 A9

RGB Percentages of Color #ad24a9

%45.77
%9.52
%44.71

CMYK Percentages of Color #ad24a9

%0
%79
%2
%32

Triadic Colors of #ad24a9

#ad24a9 #a9ad24 #24a9ad

Analogous Colors of #ad24a9

#ad24a9 #ad2465 #6d24ad

Monochromatic Colors of #ad24a9

#ad24a9

Complementary Color

#ad24a9 #24ad28

#ad24a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad24a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad24a9 Color CSS Codes

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

#ad24a9 Text Font Color

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

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


#ad24a9 Background Color

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

This div background color is #ad24a9


#ad24a9 Border Color

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

This div border color is #ad24a9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad24a9


Comments

No comments written yet.

Please login to write comment.