Color Hex Logo

#ad498a Color Hex

#AD498A
(173,73,138)
0 Favorites   0 Comments

Color spaces of #ad498a

RGB 17373138
HSL0.890.410.48
HSV321°58°68°
CMYK 0.000.580.20   0.32
XYZ24.203615.484325.7579
Yxy15.48430.36980.2366
Hunter Lab39.350140.9298-11.2652
CIE-Lab46.290548.4271-16.2961

#ad498a color RGB value is (173,73,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001001 10001010
Octal 255 111 212
Decimal 173 73 138
Hex AD 49 8A

RGB Percentages of Color #ad498a

%45.05
%19.01
%35.94

CMYK Percentages of Color #ad498a

%0
%58
%20
%32

Triadic Colors of #ad498a

#ad498a #8aad49 #498aad

Analogous Colors of #ad498a

#ad498a #ad4958 #9e49ad

Monochromatic Colors of #ad498a

#ad498a

Complementary Color

#ad498a #49ad6c

#ad498a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad498a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad498a Color CSS Codes

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

#ad498a Text Font Color

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

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


#ad498a Background Color

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

This div background color is #ad498a


#ad498a Border Color

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

This div border color is #ad498a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad498a


Comments

No comments written yet.

Please login to write comment.