Color Hex Logo

#ad92df Color Hex

#AD92DF
(173,146,223)
0 Favorites   0 Comments

Color spaces of #ad92df

RGB 173146223
HSL0.730.550.72
HSV261°35°87°
CMYK 0.220.350.00   0.13
XYZ40.831734.769774.3712
Yxy34.76970.27230.2318
Hunter Lab58.965820.4145-33.5040
CIE-Lab65.569025.6832-35.4985

#ad92df color RGB value is (173,146,223).

#ad92df hex color red value is 173, green value is 146 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ad92df hue: 0.73 , saturation: 0.55 and the lightness value of ad92df is 0.72.

The process color (four color CMYK) of #ad92df color hex is 0.22, 0.35, 0.00, 0.13. Web safe color of #ad92df is #9999cc. Color #ad92df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010010 11011111
Octal 255 222 337
Decimal 173 146 223
Hex AD 92 DF

RGB Percentages of Color #ad92df

%31.92
%26.94
%41.14

CMYK Percentages of Color #ad92df

%22
%35
%0
%13

Triadic Colors of #ad92df

#ad92df #dfad92 #92dfad

Analogous Colors of #ad92df

#ad92df #d492df #929edf

Monochromatic Colors of #ad92df

#ad92df

Complementary Color

#ad92df #c4df92

#ad92df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad92df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad92df Color CSS Codes

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

#ad92df Text Font Color

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

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


#ad92df Background Color

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

This div background color is #ad92df


#ad92df Border Color

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

This div border color is #ad92df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad92df


Comments

No comments written yet.

Please login to write comment.