Color Hex Logo

#ad588a Color Hex

#AD588A
(173,88,138)
0 Favorites   0 Comments

Color spaces of #ad588a

RGB 17388138
HSL0.900.340.51
HSV325°49°68°
CMYK 0.000.490.20   0.32
XYZ25.310717.698726.1269
Yxy17.69870.36610.2560
Hunter Lab42.069833.7698-7.3724
CIE-Lab49.128640.9541-11.9906

#ad588a color RGB value is (173,88,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011000 10001010
Octal 255 130 212
Decimal 173 88 138
Hex AD 58 8A

RGB Percentages of Color #ad588a

%43.36
%22.06
%34.59

CMYK Percentages of Color #ad588a

%0
%49
%20
%32

Triadic Colors of #ad588a

#ad588a #8aad58 #588aad

Analogous Colors of #ad588a

#ad588a #ad5860 #a658ad

Monochromatic Colors of #ad588a

#ad588a

Complementary Color

#ad588a #58ad7b

#ad588a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad588a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad588a Color CSS Codes

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

#ad588a Text Font Color

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

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


#ad588a Background Color

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

This div background color is #ad588a


#ad588a Border Color

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

This div border color is #ad588a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad588a


Comments

No comments written yet.

Please login to write comment.