Color Hex Logo

#ad488b Color Hex

#AD488B
(173,72,139)
0 Favorites   0 Comments

Color spaces of #ad488b

RGB 17372139
HSL0.890.410.48
HSV320°58°68°
CMYK 0.000.580.20   0.32
XYZ24.211115.383026.1193
Yxy15.38300.36840.2341
Hunter Lab39.221241.5504-12.0293
CIE-Lab46.154449.0466-17.1066

#ad488b color RGB value is (173,72,139).

#ad488b hex color red value is 173, green value is 72 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ad488b hue: 0.89 , saturation: 0.41 and the lightness value of ad488b is 0.48.

The process color (four color CMYK) of #ad488b color hex is 0.00, 0.58, 0.20, 0.32. Web safe color of #ad488b is #993399. Color #ad488b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001000 10001011
Octal 255 110 213
Decimal 173 72 139
Hex AD 48 8B

RGB Percentages of Color #ad488b

%45.05
%18.75
%36.20

CMYK Percentages of Color #ad488b

%0
%58
%20
%32

Triadic Colors of #ad488b

#ad488b #8bad48 #488bad

Analogous Colors of #ad488b

#ad488b #ad4858 #9d48ad

Monochromatic Colors of #ad488b

#ad488b

Complementary Color

#ad488b #48ad6a

#ad488b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad488b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad488b Color CSS Codes

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

#ad488b Text Font Color

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

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


#ad488b Background Color

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

This div background color is #ad488b


#ad488b Border Color

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

This div border color is #ad488b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad488b


Comments

No comments written yet.

Please login to write comment.