Color Hex Logo

#ad8edb Color Hex

#AD8EDB
(173,142,219)
0 Favorites   0 Comments

Color spaces of #ad8edb

RGB 173142219
HSL0.730.520.71
HSV264°35°86°
CMYK 0.210.350.00   0.14
XYZ39.692833.344771.3620
Yxy33.34470.27490.2309
Hunter Lab57.744921.6442-32.8501
CIE-Lab64.439027.0127-35.0383

#ad8edb color RGB value is (173,142,219).

#ad8edb hex color red value is 173, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ad8edb hue: 0.73 , saturation: 0.52 and the lightness value of ad8edb is 0.71.

The process color (four color CMYK) of #ad8edb color hex is 0.21, 0.35, 0.00, 0.14. Web safe color of #ad8edb is #9999cc. Color #ad8edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001110 11011011
Octal 255 216 333
Decimal 173 142 219
Hex AD 8E DB

RGB Percentages of Color #ad8edb

%32.40
%26.59
%41.01

CMYK Percentages of Color #ad8edb

%21
%35
%0
%14

Triadic Colors of #ad8edb

#ad8edb #dbad8e #8edbad

Analogous Colors of #ad8edb

#ad8edb #d48edb #8e96db

Monochromatic Colors of #ad8edb

#ad8edb

Complementary Color

#ad8edb #bcdb8e

#ad8edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8edb Color CSS Codes

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

#ad8edb Text Font Color

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

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


#ad8edb Background Color

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

This div background color is #ad8edb


#ad8edb Border Color

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

This div border color is #ad8edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8edb


Comments

No comments written yet.

Please login to write comment.