Color Hex Logo

#ad5edb Color Hex

#AD5EDB
(173,94,219)
0 Favorites   0 Comments

Color spaces of #ad5edb

RGB 17394219
HSL0.770.630.61
HSV278°57°86°
CMYK 0.210.570.00   0.14
XYZ34.022522.004169.4719
Yxy22.00410.27110.1753
Hunter Lab46.908547.3752-54.9730
CIE-Lab54.031453.1551-51.4351

#ad5edb color RGB value is (173,94,219).

#ad5edb hex color red value is 173, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ad5edb hue: 0.77 , saturation: 0.63 and the lightness value of ad5edb is 0.61.

The process color (four color CMYK) of #ad5edb color hex is 0.21, 0.57, 0.00, 0.14. Web safe color of #ad5edb is #9966cc. Color #ad5edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011110 11011011
Octal 255 136 333
Decimal 173 94 219
Hex AD 5E DB

RGB Percentages of Color #ad5edb

%35.60
%19.34
%45.06

CMYK Percentages of Color #ad5edb

%21
%57
%0
%14

Triadic Colors of #ad5edb

#ad5edb #dbad5e #5edbad

Analogous Colors of #ad5edb

#ad5edb #db5ecb #6f5edb

Monochromatic Colors of #ad5edb

#ad5edb

Complementary Color

#ad5edb #8cdb5e

#ad5edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5edb Color CSS Codes

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

#ad5edb Text Font Color

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

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


#ad5edb Background Color

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

This div background color is #ad5edb


#ad5edb Border Color

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

This div border color is #ad5edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5edb


Comments

No comments written yet.

Please login to write comment.