Color Hex Logo

#ad92bd Color Hex

#AD92BD
(173,146,189)
0 Favorites   0 Comments

Color spaces of #ad92bd

RGB 173146189
HSL0.770.250.66
HSV278°23°74°
CMYK 0.080.230.00   0.26
XYZ36.697833.116152.6020
Yxy33.11610.29980.2705
Hunter Lab57.546613.1240-13.9130
CIE-Lab64.254818.1600-18.5614

#ad92bd color RGB value is (173,146,189).

#ad92bd hex color red value is 173, green value is 146 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ad92bd hue: 0.77 , saturation: 0.25 and the lightness value of ad92bd is 0.66.

The process color (four color CMYK) of #ad92bd color hex is 0.08, 0.23, 0.00, 0.26. Web safe color of #ad92bd is #9999cc. Color #ad92bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010010 10111101
Octal 255 222 275
Decimal 173 146 189
Hex AD 92 BD

RGB Percentages of Color #ad92bd

%34.06
%28.74
%37.20

CMYK Percentages of Color #ad92bd

%8
%23
%0
%26

Triadic Colors of #ad92bd

#ad92bd #bdad92 #92bdad

Analogous Colors of #ad92bd

#ad92bd #bd92b8 #9892bd

Monochromatic Colors of #ad92bd

#ad92bd

Complementary Color

#ad92bd #a2bd92

#ad92bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad92bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad92bd Color CSS Codes

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

#ad92bd Text Font Color

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

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


#ad92bd Background Color

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

This div background color is #ad92bd


#ad92bd Border Color

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

This div border color is #ad92bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad92bd


Comments

No comments written yet.

Please login to write comment.