Color Hex Logo

#ad0edc Color Hex

#AD0EDC
(173,14,220)
0 Favorites   0 Comments

Color spaces of #ad0edc

RGB 17314220
HSL0.800.880.46
HSV286°94°86°
CMYK 0.210.940.00   0.14
XYZ30.308914.365668.8855
Yxy14.36560.26690.1265
Hunter Lab37.902076.4118-81.2261
CIE-Lab44.752779.7316-66.9469

#ad0edc color RGB value is (173,14,220).

#ad0edc hex color red value is 173, green value is 14 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ad0edc hue: 0.80 , saturation: 0.88 and the lightness value of ad0edc is 0.46.

The process color (four color CMYK) of #ad0edc color hex is 0.21, 0.94, 0.00, 0.14. Web safe color of #ad0edc is #9900cc. Color #ad0edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001110 11011100
Octal 255 16 334
Decimal 173 14 220
Hex AD E DC

RGB Percentages of Color #ad0edc

%42.51
%3.44
%54.05

CMYK Percentages of Color #ad0edc

%21
%94
%0
%14

Triadic Colors of #ad0edc

#ad0edc #dcad0e #0edcad

Analogous Colors of #ad0edc

#ad0edc #dc0ea4 #460edc

Monochromatic Colors of #ad0edc

#ad0edc

Complementary Color

#ad0edc #3ddc0e

#ad0edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0edc Color CSS Codes

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

#ad0edc Text Font Color

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

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


#ad0edc Background Color

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

This div background color is #ad0edc


#ad0edc Border Color

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

This div border color is #ad0edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0edc


Comments

No comments written yet.

Please login to write comment.