Color Hex Logo

#ad4edc Color Hex

#AD4EDC
(173,78,220)
0 Favorites   0 Comments

Color spaces of #ad4edc

RGB 17378220
HSL0.780.670.58
HSV280°65°86°
CMYK 0.210.650.00   0.14
XYZ32.876219.500369.7413
Yxy19.50030.26920.1597
Hunter Lab44.159155.6136-62.7263
CIE-Lab51.267561.0357-56.4227

#ad4edc color RGB value is (173,78,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001110 11011100
Octal 255 116 334
Decimal 173 78 220
Hex AD 4E DC

RGB Percentages of Color #ad4edc

%36.73
%16.56
%46.71

CMYK Percentages of Color #ad4edc

%21
%65
%0
%14

Triadic Colors of #ad4edc

#ad4edc #dcad4e #4edcad

Analogous Colors of #ad4edc

#ad4edc #dc4ec4 #664edc

Monochromatic Colors of #ad4edc

#ad4edc

Complementary Color

#ad4edc #7ddc4e

#ad4edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4edc Color CSS Codes

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

#ad4edc Text Font Color

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

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


#ad4edc Background Color

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

This div background color is #ad4edc


#ad4edc Border Color

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

This div border color is #ad4edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4edc


Comments

No comments written yet.

Please login to write comment.