Color Hex Logo

#ad1981 Color Hex

#AD1981
(173,25,129)
0 Favorites   0 Comments

Color spaces of #ad1981

RGB 17325129
HSL0.880.750.39
HSV318°86°68°
CMYK 0.000.860.25   0.32
XYZ21.543711.164521.7884
Yxy11.16450.39530.2049
Hunter Lab33.413356.6170-15.2729
CIE-Lab39.856264.0985-20.6781

#ad1981 color RGB value is (173,25,129).

#ad1981 hex color red value is 173, green value is 25 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ad1981 hue: 0.88 , saturation: 0.75 and the lightness value of ad1981 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011001 10000001
Octal 255 31 201
Decimal 173 25 129
Hex AD 19 81

RGB Percentages of Color #ad1981

%52.91
%7.65
%39.45

CMYK Percentages of Color #ad1981

%0
%86
%25
%32

Triadic Colors of #ad1981

#ad1981 #81ad19 #1981ad

Analogous Colors of #ad1981

#ad1981 #ad1937 #8f19ad

Monochromatic Colors of #ad1981

#ad1981

Complementary Color

#ad1981 #19ad45

#ad1981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1981 Color CSS Codes

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

#ad1981 Text Font Color

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

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


#ad1981 Background Color

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

This div background color is #ad1981


#ad1981 Border Color

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

This div border color is #ad1981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1981


Comments

No comments written yet.

Please login to write comment.