Color Hex Logo

#ad24df Color Hex

#AD24DF
(173,36,223)
0 Favorites   0 Comments

Color spaces of #ad24df

RGB 17336223
HSL0.790.750.51
HSV284°84°87°
CMYK 0.220.840.00   0.13
XYZ31.183715.473771.1552
Yxy15.47370.26470.1313
Hunter Lab39.336672.6649-79.7128
CIE-Lab46.276376.4200-66.1854

#ad24df color RGB value is (173,36,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100100 11011111
Octal 255 44 337
Decimal 173 36 223
Hex AD 24 DF

RGB Percentages of Color #ad24df

%40.05
%8.33
%51.62

CMYK Percentages of Color #ad24df

%22
%84
%0
%13

Triadic Colors of #ad24df

#ad24df #dfad24 #24dfad

Analogous Colors of #ad24df

#ad24df #df24b4 #4f24df

Monochromatic Colors of #ad24df

#ad24df

Complementary Color

#ad24df #56df24

#ad24df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad24df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad24df Color CSS Codes

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

#ad24df Text Font Color

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

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


#ad24df Background Color

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

This div background color is #ad24df


#ad24df Border Color

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

This div border color is #ad24df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad24df


Comments

No comments written yet.

Please login to write comment.