Color Hex Logo

#ad488a Color Hex

#AD488A
(173,72,138)
0 Favorites   0 Comments

Color spaces of #ad488a

RGB 17372138
HSL0.890.410.48
HSV321°58°68°
CMYK 0.000.580.20   0.32
XYZ24.138415.353925.7361
Yxy15.35390.37010.2354
Hunter Lab39.184141.3886-11.5129
CIE-Lab46.115248.8981-16.5635

#ad488a color RGB value is (173,72,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001000 10001010
Octal 255 110 212
Decimal 173 72 138
Hex AD 48 8A

RGB Percentages of Color #ad488a

%45.17
%18.80
%36.03

CMYK Percentages of Color #ad488a

%0
%58
%20
%32

Triadic Colors of #ad488a

#ad488a #8aad48 #488aad

Analogous Colors of #ad488a

#ad488a #ad4858 #9e48ad

Monochromatic Colors of #ad488a

#ad488a

Complementary Color

#ad488a #48ad6b

#ad488a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad488a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad488a Color CSS Codes

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

#ad488a Text Font Color

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

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


#ad488a Background Color

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

This div background color is #ad488a


#ad488a Border Color

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

This div border color is #ad488a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad488a


Comments

No comments written yet.

Please login to write comment.