Color Hex Logo

#ad6adf Color Hex

#AD6ADF
(173,106,223)
0 Favorites   0 Comments

Color spaces of #ad6adf

RGB 173106223
HSL0.760.650.65
HSV274°52°87°
CMYK 0.220.520.00   0.13
XYZ35.706924.520072.6629
Yxy24.52000.26870.1845
Hunter Lab49.517742.0594-52.3406
CIE-Lab56.604747.8277-49.5951

#ad6adf color RGB value is (173,106,223).

#ad6adf hex color red value is 173, green value is 106 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ad6adf hue: 0.76 , saturation: 0.65 and the lightness value of ad6adf is 0.65.

The process color (four color CMYK) of #ad6adf color hex is 0.22, 0.52, 0.00, 0.13. Web safe color of #ad6adf is #9966cc. Color #ad6adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101010 11011111
Octal 255 152 337
Decimal 173 106 223
Hex AD 6A DF

RGB Percentages of Color #ad6adf

%34.46
%21.12
%44.42

CMYK Percentages of Color #ad6adf

%22
%52
%0
%13

Triadic Colors of #ad6adf

#ad6adf #dfad6a #6adfad

Analogous Colors of #ad6adf

#ad6adf #df6ad7 #736adf

Monochromatic Colors of #ad6adf

#ad6adf

Complementary Color

#ad6adf #9cdf6a

#ad6adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6adf Color CSS Codes

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

#ad6adf Text Font Color

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

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


#ad6adf Background Color

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

This div background color is #ad6adf


#ad6adf Border Color

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

This div border color is #ad6adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6adf


Comments

No comments written yet.

Please login to write comment.