Color Hex Logo

#ad39ae Color Hex

#AD39AE
(173,57,174)
0 Favorites   0 Comments

Color spaces of #ad39ae

RGB 17357174
HSL0.830.510.45
HSV299°67°68°
CMYK 0.010.670.00   0.32
XYZ26.336714.866541.5258
Yxy14.86650.31830.1797
Hunter Lab38.557154.4508-36.8651
CIE-Lab45.450861.0959-39.0886

#ad39ae color RGB value is (173,57,174).

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

The process color (four color CMYK) of #ad39ae color hex is 0.01, 0.67, 0.00, 0.32. Web safe color of #ad39ae is #993399. Color #ad39ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111001 10101110
Octal 255 71 256
Decimal 173 57 174
Hex AD 39 AE

RGB Percentages of Color #ad39ae

%42.82
%14.11
%43.07

CMYK Percentages of Color #ad39ae

%1
%67
%0
%32

Triadic Colors of #ad39ae

#ad39ae #aead39 #39aead

Analogous Colors of #ad39ae

#ad39ae #ae3975 #7339ae

Monochromatic Colors of #ad39ae

#ad39ae

Complementary Color

#ad39ae #3aae39

#ad39ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad39ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad39ae Color CSS Codes

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

#ad39ae Text Font Color

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

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


#ad39ae Background Color

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

This div background color is #ad39ae


#ad39ae Border Color

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

This div border color is #ad39ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad39ae


Comments

No comments written yet.

Please login to write comment.