Color Hex Logo

#ad588d Color Hex

#AD588D
(173,88,141)
0 Favorites   0 Comments

Color spaces of #ad588d

RGB 17388141
HSL0.900.340.51
HSV323°49°68°
CMYK 0.000.490.18   0.32
XYZ25.531017.786827.2869
Yxy17.78680.36160.2519
Hunter Lab42.174434.2529-8.8386
CIE-Lab49.236541.4197-13.6174

#ad588d color RGB value is (173,88,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011000 10001101
Octal 255 130 215
Decimal 173 88 141
Hex AD 58 8D

RGB Percentages of Color #ad588d

%43.03
%21.89
%35.07

CMYK Percentages of Color #ad588d

%0
%49
%18
%32

Triadic Colors of #ad588d

#ad588d #8dad58 #588dad

Analogous Colors of #ad588d

#ad588d #ad5862 #a358ad

Monochromatic Colors of #ad588d

#ad588d

Complementary Color

#ad588d #58ad78

#ad588d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad588d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad588d Color CSS Codes

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

#ad588d Text Font Color

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

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


#ad588d Background Color

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

This div background color is #ad588d


#ad588d Border Color

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

This div border color is #ad588d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad588d


Comments

No comments written yet.

Please login to write comment.