Color Hex Logo

#ad3aac Color Hex

#AD3AAC
(173,58,172)
0 Favorites   0 Comments

Color spaces of #ad3aac

RGB 17358172
HSL0.830.500.45
HSV301°66°68°
CMYK 0.000.660.01   0.32
XYZ26.193014.888940.5230
Yxy14.88890.32100.1825
Hunter Lab38.586153.6434-35.2558
CIE-Lab45.481760.3690-37.8584

#ad3aac color RGB value is (173,58,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111010 10101100
Octal 255 72 254
Decimal 173 58 172
Hex AD 3A AC

RGB Percentages of Color #ad3aac

%42.93
%14.39
%42.68

CMYK Percentages of Color #ad3aac

%0
%66
%1
%32

Triadic Colors of #ad3aac

#ad3aac #acad3a #3aacad

Analogous Colors of #ad3aac

#ad3aac #ad3a73 #753aad

Monochromatic Colors of #ad3aac

#ad3aac

Complementary Color

#ad3aac #3aad3b

#ad3aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3aac Color CSS Codes

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

#ad3aac Text Font Color

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

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


#ad3aac Background Color

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

This div background color is #ad3aac


#ad3aac Border Color

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

This div border color is #ad3aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3aac


Comments

No comments written yet.

Please login to write comment.