color codes Logo

#ad0ed1 color codes

#AD0ED1
(173,14,209)
0 Favorites   0 Comments

Color spaces of #ad0ed1

RGB 17314209
HSL0.800.870.44
HSV289°93°82°
CMYK 0.170.930.00   0.18
XYZ28.899213.801861.4624
Yxy13.80180.27740.1325
Hunter Lab37.150873.8394-72.0841
CIE-Lab43.947377.8229-61.9325

#ad0ed1 color RGB value is (173,14,209).

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

The process color (four color CMYK) of #ad0ed1 color code is 0.17, 0.93, 0.00, 0.18. Web safe color of #ad0ed1 is #9900cc. Color #ad0ed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001110 11010001
Octal 255 16 321
Decimal 173 14 209
Hex AD E D1

RGB Percentages of Color #ad0ed1

%43.69
%3.54
%52.78

CMYK Percentages of Color #ad0ed1

%17
%93
%0
%18

Triadic Colors of #ad0ed1

#ad0ed1 #d1ad0e #0ed1ad

Analogous Colors of #ad0ed1

#ad0ed1 #d10e94 #4c0ed1

Monochromatic Colors of #ad0ed1

#ad0ed1

Complementary Color

#ad0ed1 #32d10e

#ad0ed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0ed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0ed1 Color CSS Codes

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

#ad0ed1 Text Font Color

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

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


#ad0ed1 Background Color

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

This div background color is #ad0ed1


#ad0ed1 Border Color

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

This div border color is #ad0ed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0ed1


Comments

No comments written yet.

Please login to write comment.