Color Hex Logo

#ad4edb Color Hex

#AD4EDB
(173,78,219)
0 Favorites   0 Comments

Color spaces of #ad4edb

RGB 17378219
HSL0.780.660.58
HSV280°64°86°
CMYK 0.210.640.00   0.14
XYZ32.744219.447569.0458
Yxy19.44750.27010.1604
Hunter Lab44.099355.3643-61.9602
CIE-Lab51.206760.8272-55.9524

#ad4edb color RGB value is (173,78,219).

#ad4edb hex color red value is 173, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ad4edb hue: 0.78 , saturation: 0.66 and the lightness value of ad4edb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001110 11011011
Octal 255 116 333
Decimal 173 78 219
Hex AD 4E DB

RGB Percentages of Color #ad4edb

%36.81
%16.60
%46.60

CMYK Percentages of Color #ad4edb

%21
%64
%0
%14

Triadic Colors of #ad4edb

#ad4edb #dbad4e #4edbad

Analogous Colors of #ad4edb

#ad4edb #db4ec3 #674edb

Monochromatic Colors of #ad4edb

#ad4edb

Complementary Color

#ad4edb #7cdb4e

#ad4edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4edb Color CSS Codes

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

#ad4edb Text Font Color

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

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


#ad4edb Background Color

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

This div background color is #ad4edb


#ad4edb Border Color

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

This div border color is #ad4edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4edb


Comments

No comments written yet.

Please login to write comment.