Color Hex Logo

#ad35ac Color Hex

#AD35AC
(173,53,172)
0 Favorites   0 Comments

Color spaces of #ad35ac

RGB 17353172
HSL0.830.530.44
HSV301°69°68°
CMYK 0.000.690.01   0.32
XYZ25.953114.409040.4431
Yxy14.40900.32120.1783
Hunter Lab37.959255.6138-36.5983
CIE-Lab44.813962.2509-38.9151

#ad35ac color RGB value is (173,53,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110101 10101100
Octal 255 65 254
Decimal 173 53 172
Hex AD 35 AC

RGB Percentages of Color #ad35ac

%43.47
%13.32
%43.22

CMYK Percentages of Color #ad35ac

%0
%69
%1
%32

Triadic Colors of #ad35ac

#ad35ac #acad35 #35acad

Analogous Colors of #ad35ac

#ad35ac #ad3570 #7235ad

Monochromatic Colors of #ad35ac

#ad35ac

Complementary Color

#ad35ac #35ad36

#ad35ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad35ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad35ac Color CSS Codes

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

#ad35ac Text Font Color

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

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


#ad35ac Background Color

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

This div background color is #ad35ac


#ad35ac Border Color

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

This div border color is #ad35ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad35ac


Comments

No comments written yet.

Please login to write comment.