Color Hex Logo

#ad588e Color Hex

#AD588E
(173,88,142)
0 Favorites   0 Comments

Color spaces of #ad588e

RGB 17388142
HSL0.890.340.51
HSV322°49°68°
CMYK 0.000.490.18   0.32
XYZ25.605817.816727.6806
Yxy17.81670.36010.2506
Hunter Lab42.209834.4165-9.3346
CIE-Lab49.273041.5770-14.1579

#ad588e color RGB value is (173,88,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011000 10001110
Octal 255 130 216
Decimal 173 88 142
Hex AD 58 8E

RGB Percentages of Color #ad588e

%42.93
%21.84
%35.24

CMYK Percentages of Color #ad588e

%0
%49
%18
%32

Triadic Colors of #ad588e

#ad588e #8ead58 #588ead

Analogous Colors of #ad588e

#ad588e #ad5864 #a258ad

Monochromatic Colors of #ad588e

#ad588e

Complementary Color

#ad588e #58ad77

#ad588e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad588e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad588e Color CSS Codes

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

#ad588e Text Font Color

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

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


#ad588e Background Color

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

This div background color is #ad588e


#ad588e Border Color

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

This div border color is #ad588e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad588e


Comments

No comments written yet.

Please login to write comment.