Color Hex Logo

#ad538e Color Hex

#AD538E
(173,83,142)
0 Favorites   0 Comments

Color spaces of #ad538e

RGB 17383142
HSL0.890.350.50
HSV321°52°68°
CMYK 0.000.520.18   0.32
XYZ25.209317.023727.5484
Yxy17.02370.36130.2440
Hunter Lab41.259836.8570-10.7050
CIE-Lab48.289944.1392-15.6510

#ad538e color RGB value is (173,83,142).

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

The process color (four color CMYK) of #ad538e color hex is 0.00, 0.52, 0.18, 0.32. Web safe color of #ad538e is #996699. Color #ad538e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 10001110
Octal 255 123 216
Decimal 173 83 142
Hex AD 53 8E

RGB Percentages of Color #ad538e

%43.47
%20.85
%35.68

CMYK Percentages of Color #ad538e

%0
%52
%18
%32

Triadic Colors of #ad538e

#ad538e #8ead53 #538ead

Analogous Colors of #ad538e

#ad538e #ad5361 #9f53ad

Monochromatic Colors of #ad538e

#ad538e

Complementary Color

#ad538e #53ad72

#ad538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad538e Color CSS Codes

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

#ad538e Text Font Color

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

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


#ad538e Background Color

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

This div background color is #ad538e


#ad538e Border Color

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

This div border color is #ad538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad538e


Comments

No comments written yet.

Please login to write comment.