Color Hex Logo

#ad2dac Color Hex

#AD2DAC
(173,45,172)
0 Favorites   0 Comments

Color spaces of #ad2dac

RGB 17345172
HSL0.830.590.43
HSV300°74°68°
CMYK 0.000.740.01   0.32
XYZ25.618413.739640.3315
Yxy13.73960.32150.1724
Hunter Lab37.067058.5010-38.5649
CIE-Lab43.857164.9742-40.4323

#ad2dac color RGB value is (173,45,172).

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

The process color (four color CMYK) of #ad2dac color hex is 0.00, 0.74, 0.01, 0.32. Web safe color of #ad2dac is #993399. Color #ad2dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101101 10101100
Octal 255 55 254
Decimal 173 45 172
Hex AD 2D AC

RGB Percentages of Color #ad2dac

%44.36
%11.54
%44.10

CMYK Percentages of Color #ad2dac

%0
%74
%1
%32

Triadic Colors of #ad2dac

#ad2dac #acad2d #2dacad

Analogous Colors of #ad2dac

#ad2dac #ad2d6c #6e2dad

Monochromatic Colors of #ad2dac

#ad2dac

Complementary Color

#ad2dac #2dad2e

#ad2dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2dac Color CSS Codes

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

#ad2dac Text Font Color

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

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


#ad2dac Background Color

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

This div background color is #ad2dac


#ad2dac Border Color

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

This div border color is #ad2dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2dac


Comments

No comments written yet.

Please login to write comment.