color codes Logo

#ad2daa color codes

#AD2DAA
(173,45,170)
0 Favorites   0 Comments

Color spaces of #ad2daa

RGB 17345170
HSL0.840.590.43
HSV301°74°68°
CMYK 0.000.740.02   0.32
XYZ25.427713.663339.3273
Yxy13.66330.32430.1742
Hunter Lab36.963958.1044-37.2062
CIE-Lab43.746164.6493-39.4216

#ad2daa color RGB value is (173,45,170).

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

The process color (four color CMYK) of #ad2daa color code is 0.00, 0.74, 0.02, 0.32. Web safe color of #ad2daa is #993399. Color #ad2daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101101 10101010
Octal 255 55 252
Decimal 173 45 170
Hex AD 2D AA

RGB Percentages of Color #ad2daa

%44.59
%11.60
%43.81

CMYK Percentages of Color #ad2daa

%0
%74
%2
%32

Triadic Colors of #ad2daa

#ad2daa #aaad2d #2daaad

Analogous Colors of #ad2daa

#ad2daa #ad2d6a #702dad

Monochromatic Colors of #ad2daa

#ad2daa

Complementary Color

#ad2daa #2dad30

#ad2daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2daa Color CSS Codes

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

#ad2daa Text Font Color

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

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


#ad2daa Background Color

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

This div background color is #ad2daa


#ad2daa Border Color

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

This div border color is #ad2daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2daa


Comments

No comments written yet.

Please login to write comment.