Color Hex Logo

#ad92ed Color Hex

#AD92ED
(173,146,237)
0 Favorites   0 Comments

Color spaces of #ad92ed

RGB 173146237
HSL0.720.720.75
HSV258°38°93°
CMYK 0.270.380.00   0.07
XYZ42.798535.556484.7281
Yxy35.55640.26240.2180
Hunter Lab59.629223.7663-42.5057
CIE-Lab66.179629.0140-42.2693

#ad92ed color RGB value is (173,146,237).

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

The process color (four color CMYK) of #ad92ed color hex is 0.27, 0.38, 0.00, 0.07. Web safe color of #ad92ed is #9999ff. Color #ad92ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010010 11101101
Octal 255 222 355
Decimal 173 146 237
Hex AD 92 ED

RGB Percentages of Color #ad92ed

%31.12
%26.26
%42.63

CMYK Percentages of Color #ad92ed

%27
%38
%0
%7

Triadic Colors of #ad92ed

#ad92ed #edad92 #92edad

Analogous Colors of #ad92ed

#ad92ed #db92ed #92a5ed

Monochromatic Colors of #ad92ed

#ad92ed

Complementary Color

#ad92ed #d2ed92

#ad92ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad92ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad92ed Color CSS Codes

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

#ad92ed Text Font Color

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

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


#ad92ed Background Color

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

This div background color is #ad92ed


#ad92ed Border Color

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

This div border color is #ad92ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,146,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ad92ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad92ed


Comments

No comments written yet.

Please login to write comment.