Color Hex Logo

#ad53ae Color Hex

#AD53AE
(173,83,174)
0 Favorites   0 Comments

Color spaces of #ad53ae

RGB 17383174
HSL0.830.360.50
HSV299°52°68°
CMYK 0.010.520.00   0.32
XYZ27.966818.126742.0692
Yxy18.12670.31720.2056
Hunter Lab42.575542.7453-28.7822
CIE-Lab49.649449.5895-32.4795

#ad53ae color RGB value is (173,83,174).

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

The process color (four color CMYK) of #ad53ae color hex is 0.01, 0.52, 0.00, 0.32. Web safe color of #ad53ae is #996699. Color #ad53ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 10101110
Octal 255 123 256
Decimal 173 83 174
Hex AD 53 AE

RGB Percentages of Color #ad53ae

%40.23
%19.30
%40.47

CMYK Percentages of Color #ad53ae

%1
%52
%0
%32

Triadic Colors of #ad53ae

#ad53ae #aead53 #53aead

Analogous Colors of #ad53ae

#ad53ae #ae5382 #8053ae

Monochromatic Colors of #ad53ae

#ad53ae

Complementary Color

#ad53ae #54ae53

#ad53ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad53ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad53ae Color CSS Codes

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

#ad53ae Text Font Color

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

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


#ad53ae Background Color

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

This div background color is #ad53ae


#ad53ae Border Color

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

This div border color is #ad53ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad53ae


Comments

No comments written yet.

Please login to write comment.