Color Hex Logo

#ad8ded Color Hex

#AD8DED
(173,141,237)
0 Favorites   0 Comments

Color spaces of #ad8ded

RGB 173141237
HSL0.720.730.74
HSV260°41°93°
CMYK 0.270.410.00   0.07
XYZ42.044534.048484.4768
Yxy34.04840.26180.2120
Hunter Lab58.351026.5029-44.9905
CIE-Lab65.001031.8304-44.1193

#ad8ded color RGB value is (173,141,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001101 11101101
Octal 255 215 355
Decimal 173 141 237
Hex AD 8D ED

RGB Percentages of Color #ad8ded

%31.40
%25.59
%43.01

CMYK Percentages of Color #ad8ded

%27
%41
%0
%7

Triadic Colors of #ad8ded

#ad8ded #edad8d #8dedad

Analogous Colors of #ad8ded

#ad8ded #dd8ded #8d9ded

Monochromatic Colors of #ad8ded

#ad8ded

Complementary Color

#ad8ded #cded8d

#ad8ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8ded Color CSS Codes

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

#ad8ded Text Font Color

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

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


#ad8ded Background Color

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

This div background color is #ad8ded


#ad8ded Border Color

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

This div border color is #ad8ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8ded


Comments

No comments written yet.

Please login to write comment.