Color Hex Logo

#ad189a Color Hex

#AD189A
(173,24,154)
0 Favorites   0 Comments

Color spaces of #ad189a

RGB 17324154
HSL0.850.760.39
HSV308°86°68°
CMYK 0.000.860.11   0.32
XYZ23.392911.870631.6302
Yxy11.87060.34970.1775
Hunter Lab34.453760.9013-30.3135
CIE-Lab41.009767.6104-34.1651

#ad189a color RGB value is (173,24,154).

#ad189a hex color red value is 173, green value is 24 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ad189a hue: 0.85 , saturation: 0.76 and the lightness value of ad189a is 0.39.

The process color (four color CMYK) of #ad189a color hex is 0.00, 0.86, 0.11, 0.32. Web safe color of #ad189a is #990099. Color #ad189a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011000 10011010
Octal 255 30 232
Decimal 173 24 154
Hex AD 18 9A

RGB Percentages of Color #ad189a

%49.29
%6.84
%43.87

CMYK Percentages of Color #ad189a

%0
%86
%11
%32

Triadic Colors of #ad189a

#ad189a #9aad18 #189aad

Analogous Colors of #ad189a

#ad189a #ad184f #7618ad

Monochromatic Colors of #ad189a

#ad189a

Complementary Color

#ad189a #18ad2b

#ad189a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad189a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad189a Color CSS Codes

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

#ad189a Text Font Color

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

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


#ad189a Background Color

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

This div background color is #ad189a


#ad189a Border Color

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

This div border color is #ad189a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad189a


Comments

No comments written yet.

Please login to write comment.