Color Hex Logo

#ad94bd Color Hex

#AD94BD
(173,148,189)
0 Favorites   0 Comments

Color spaces of #ad94bd

RGB 173148189
HSL0.770.240.66
HSV277°22°74°
CMYK 0.080.220.00   0.26
XYZ37.008833.738252.7057
Yxy33.73820.29980.2733
Hunter Lab58.084612.0839-13.1403
CIE-Lab64.754217.0329-17.8033

#ad94bd color RGB value is (173,148,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010100 10111101
Octal 255 224 275
Decimal 173 148 189
Hex AD 94 BD

RGB Percentages of Color #ad94bd

%33.92
%29.02
%37.06

CMYK Percentages of Color #ad94bd

%8
%22
%0
%26

Triadic Colors of #ad94bd

#ad94bd #bdad94 #94bdad

Analogous Colors of #ad94bd

#ad94bd #bd94b9 #9994bd

Monochromatic Colors of #ad94bd

#ad94bd

Complementary Color

#ad94bd #a4bd94

#ad94bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad94bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad94bd Color CSS Codes

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

#ad94bd Text Font Color

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

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


#ad94bd Background Color

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

This div background color is #ad94bd


#ad94bd Border Color

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

This div border color is #ad94bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad94bd

#ad94bd Color Palettes


Comments

No comments written yet.

Please login to write comment.