Color Hex Logo

#ad58ae Color Hex

#AD58AE
(173,88,174)
0 Favorites   0 Comments

Color spaces of #ad58ae

RGB 17388174
HSL0.830.350.51
HSV299°49°68°
CMYK 0.010.490.00   0.32
XYZ28.363318.919742.2014
Yxy18.91970.31700.2114
Hunter Lab43.496840.2766-27.0765
CIE-Lab50.593147.0860-31.0049

#ad58ae color RGB value is (173,88,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011000 10101110
Octal 255 130 256
Decimal 173 88 174
Hex AD 58 AE

RGB Percentages of Color #ad58ae

%39.77
%20.23
%40.00

CMYK Percentages of Color #ad58ae

%1
%49
%0
%32

Triadic Colors of #ad58ae

#ad58ae #aead58 #58aead

Analogous Colors of #ad58ae

#ad58ae #ae5884 #8258ae

Monochromatic Colors of #ad58ae

#ad58ae

Complementary Color

#ad58ae #59ae58

#ad58ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad58ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad58ae Color CSS Codes

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

#ad58ae Text Font Color

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

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


#ad58ae Background Color

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

This div background color is #ad58ae


#ad58ae Border Color

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

This div border color is #ad58ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad58ae


Comments

No comments written yet.

Please login to write comment.