Color Hex Logo

#ad0adf Color Hex

#AD0ADF
(173,10,223)
0 Favorites   0 Comments

Color spaces of #ad0adf

RGB 17310223
HSL0.790.910.46
HSV286°96°87°
CMYK 0.220.960.00   0.13
XYZ30.661414.429070.9811
Yxy14.42900.26420.1243
Hunter Lab37.985577.6081-84.2015
CIE-Lab44.842080.6661-68.5167

#ad0adf color RGB value is (173,10,223).

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

The process color (four color CMYK) of #ad0adf color hex is 0.22, 0.96, 0.00, 0.13. Web safe color of #ad0adf is #9900cc. Color #ad0adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001010 11011111
Octal 255 12 337
Decimal 173 10 223
Hex AD A DF

RGB Percentages of Color #ad0adf

%42.61
%2.46
%54.93

CMYK Percentages of Color #ad0adf

%22
%96
%0
%13

Triadic Colors of #ad0adf

#ad0adf #dfad0a #0adfad

Analogous Colors of #ad0adf

#ad0adf #df0aa7 #420adf

Monochromatic Colors of #ad0adf

#ad0adf

Complementary Color

#ad0adf #3cdf0a

#ad0adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0adf Color CSS Codes

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

#ad0adf Text Font Color

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

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


#ad0adf Background Color

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

This div background color is #ad0adf


#ad0adf Border Color

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

This div border color is #ad0adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0adf


Comments

No comments written yet.

Please login to write comment.