Color Hex Logo

#ad1987 Color Hex

#AD1987
(173,25,135)
0 Favorites   0 Comments

Color spaces of #ad1987

RGB 17325135
HSL0.880.750.39
HSV315°86°68°
CMYK 0.000.860.22   0.32
XYZ21.954411.328823.9512
Yxy11.32880.38360.1979
Hunter Lab33.658357.5288-18.6299
CIE-Lab40.128864.8482-23.9572

#ad1987 color RGB value is (173,25,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011001 10000111
Octal 255 31 207
Decimal 173 25 135
Hex AD 19 87

RGB Percentages of Color #ad1987

%51.95
%7.51
%40.54

CMYK Percentages of Color #ad1987

%0
%86
%22
%32

Triadic Colors of #ad1987

#ad1987 #87ad19 #1987ad

Analogous Colors of #ad1987

#ad1987 #ad193d #8919ad

Monochromatic Colors of #ad1987

#ad1987

Complementary Color

#ad1987 #19ad3f

#ad1987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1987 Color CSS Codes

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

#ad1987 Text Font Color

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

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


#ad1987 Background Color

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

This div background color is #ad1987


#ad1987 Border Color

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

This div border color is #ad1987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1987


Comments

No comments written yet.

Please login to write comment.