Color Hex Logo

#ad85bd Color Hex

#AD85BD
(173,133,189)
0 Favorites   0 Comments

Color spaces of #ad85bd

RGB 173133189
HSL0.790.300.63
HSV283°30°74°
CMYK 0.080.300.00   0.26
XYZ34.806429.333451.9715
Yxy29.33340.29980.2526
Hunter Lab54.160319.9334-18.9817
CIE-Lab61.074725.5015-23.4147

#ad85bd color RGB value is (173,133,189).

#ad85bd hex color red value is 173, green value is 133 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ad85bd hue: 0.79 , saturation: 0.30 and the lightness value of ad85bd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000101 10111101
Octal 255 205 275
Decimal 173 133 189
Hex AD 85 BD

RGB Percentages of Color #ad85bd

%34.95
%26.87
%38.18

CMYK Percentages of Color #ad85bd

%8
%30
%0
%26

Triadic Colors of #ad85bd

#ad85bd #bdad85 #85bdad

Analogous Colors of #ad85bd

#ad85bd #bd85b1 #9185bd

Monochromatic Colors of #ad85bd

#ad85bd

Complementary Color

#ad85bd #95bd85

#ad85bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad85bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad85bd Color CSS Codes

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

#ad85bd Text Font Color

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

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


#ad85bd Background Color

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

This div background color is #ad85bd


#ad85bd Border Color

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

This div border color is #ad85bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad85bd


Comments

No comments written yet.

Please login to write comment.