Color Hex Logo

#ad35aa Color Hex

#AD35AA
(173,53,170)
0 Favorites   0 Comments

Color spaces of #ad35aa

RGB 17353170
HSL0.840.530.44
HSV302°69°68°
CMYK 0.000.690.02   0.32
XYZ25.762414.332739.4389
Yxy14.33270.32390.1802
Hunter Lab37.858655.2152-35.2640
CIE-Lab44.706361.9180-37.9007

#ad35aa color RGB value is (173,53,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110101 10101010
Octal 255 65 252
Decimal 173 53 170
Hex AD 35 AA

RGB Percentages of Color #ad35aa

%43.69
%13.38
%42.93

CMYK Percentages of Color #ad35aa

%0
%69
%2
%32

Triadic Colors of #ad35aa

#ad35aa #aaad35 #35aaad

Analogous Colors of #ad35aa

#ad35aa #ad356e #7435ad

Monochromatic Colors of #ad35aa

#ad35aa

Complementary Color

#ad35aa #35ad38

#ad35aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad35aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad35aa Color CSS Codes

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

#ad35aa Text Font Color

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

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


#ad35aa Background Color

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

This div background color is #ad35aa


#ad35aa Border Color

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

This div border color is #ad35aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad35aa


Comments

No comments written yet.

Please login to write comment.