Color Hex Logo

#ad0dac Color Hex

#AD0DAC
(173,13,172)
0 Favorites   0 Comments

Color spaces of #ad0dac

RGB 17313172
HSL0.830.860.36
HSV300°92°68°
CMYK 0.000.920.01   0.32
XYZ24.823912.150640.0667
Yxy12.15060.32220.1577
Hunter Lab34.857766.1177-43.7496
CIE-Lab41.454571.9566-44.2598

#ad0dac color RGB value is (173,13,172).

#ad0dac hex color red value is 173, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ad0dac hue: 0.83 , saturation: 0.86 and the lightness value of ad0dac is 0.36.

The process color (four color CMYK) of #ad0dac color hex is 0.00, 0.92, 0.01, 0.32. Web safe color of #ad0dac is #990099. Color #ad0dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001101 10101100
Octal 255 15 254
Decimal 173 13 172
Hex AD D AC

RGB Percentages of Color #ad0dac

%48.32
%3.63
%48.04

CMYK Percentages of Color #ad0dac

%0
%92
%1
%32

Triadic Colors of #ad0dac

#ad0dac #acad0d #0dacad

Analogous Colors of #ad0dac

#ad0dac #ad0d5c #5e0dad

Monochromatic Colors of #ad0dac

#ad0dac

Complementary Color

#ad0dac #0dad0e

#ad0dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0dac Color CSS Codes

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

#ad0dac Text Font Color

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

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


#ad0dac Background Color

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

This div background color is #ad0dac


#ad0dac Border Color

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

This div border color is #ad0dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0dac


Comments

No comments written yet.

Please login to write comment.