Color Hex Logo

#ad45df Color Hex

#AD45DF
(173,69,223)
0 Favorites   0 Comments

Color spaces of #ad45df

RGB 17369223
HSL0.780.710.57
HSV281°69°87°
CMYK 0.220.690.00   0.13
XYZ32.681018.468271.6543
Yxy18.46820.26610.1504
Hunter Lab42.974660.5386-68.7757
CIE-Lab50.059165.5480-60.0681

#ad45df color RGB value is (173,69,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000101 11011111
Octal 255 105 337
Decimal 173 69 223
Hex AD 45 DF

RGB Percentages of Color #ad45df

%37.20
%14.84
%47.96

CMYK Percentages of Color #ad45df

%22
%69
%0
%13

Triadic Colors of #ad45df

#ad45df #dfad45 #45dfad

Analogous Colors of #ad45df

#ad45df #df45c4 #6045df

Monochromatic Colors of #ad45df

#ad45df

Complementary Color

#ad45df #77df45

#ad45df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad45df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad45df Color CSS Codes

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

#ad45df Text Font Color

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

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


#ad45df Background Color

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

This div background color is #ad45df


#ad45df Border Color

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

This div border color is #ad45df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad45df


Comments

No comments written yet.

Please login to write comment.