Color Hex Logo

#ad48df Color Hex

#AD48DF
(173,72,223)
0 Favorites   0 Comments

Color spaces of #ad48df

RGB 17372223
HSL0.780.700.58
HSV280°68°87°
CMYK 0.220.680.00   0.13
XYZ32.870218.846771.7174
Yxy18.84670.26630.1527
Hunter Lab43.412859.1798-67.5574
CIE-Lab50.507464.2906-59.3464

#ad48df color RGB value is (173,72,223).

#ad48df hex color red value is 173, green value is 72 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ad48df hue: 0.78 , saturation: 0.70 and the lightness value of ad48df is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001000 11011111
Octal 255 110 337
Decimal 173 72 223
Hex AD 48 DF

RGB Percentages of Color #ad48df

%36.97
%15.38
%47.65

CMYK Percentages of Color #ad48df

%22
%68
%0
%13

Triadic Colors of #ad48df

#ad48df #dfad48 #48dfad

Analogous Colors of #ad48df

#ad48df #df48c6 #6148df

Monochromatic Colors of #ad48df

#ad48df

Complementary Color

#ad48df #7adf48

#ad48df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad48df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad48df Color CSS Codes

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

#ad48df Text Font Color

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

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


#ad48df Background Color

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

This div background color is #ad48df


#ad48df Border Color

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

This div border color is #ad48df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,72,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 #ad48df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad48df


Comments

No comments written yet.

Please login to write comment.