Color Hex Logo

#ad9dea Color Hex

#AD9DEA
(173,157,234)
0 Favorites   0 Comments

Color spaces of #ad9dea

RGB 173157234
HSL0.700.650.77
HSV252°33°92°
CMYK 0.260.330.00   0.08
XYZ44.141838.938783.0313
Yxy38.93870.26570.2344
Hunter Lab62.400917.0677-35.2113
CIE-Lab68.706822.0890-36.6756

#ad9dea color RGB value is (173,157,234).

#ad9dea hex color red value is 173, green value is 157 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ad9dea hue: 0.70 , saturation: 0.65 and the lightness value of ad9dea is 0.77.

The process color (four color CMYK) of #ad9dea color hex is 0.26, 0.33, 0.00, 0.08. Web safe color of #ad9dea is #9999ff. Color #ad9dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011101 11101010
Octal 255 235 352
Decimal 173 157 234
Hex AD 9D EA

RGB Percentages of Color #ad9dea

%30.67
%27.84
%41.49

CMYK Percentages of Color #ad9dea

%26
%33
%0
%8

Triadic Colors of #ad9dea

#ad9dea #eaad9d #9deaad

Analogous Colors of #ad9dea

#ad9dea #d49dea #9db4ea

Monochromatic Colors of #ad9dea

#ad9dea

Complementary Color

#ad9dea #daea9d

#ad9dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9dea Color CSS Codes

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

#ad9dea Text Font Color

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

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


#ad9dea Background Color

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

This div background color is #ad9dea


#ad9dea Border Color

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

This div border color is #ad9dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9dea


Comments

No comments written yet.

Please login to write comment.