Color Hex Logo

#ad1995 Color Hex

#AD1995
(173,25,149)
0 Favorites   0 Comments

Color spaces of #ad1995

RGB 17325149
HSL0.860.750.39
HSV310°86°68°
CMYK 0.000.860.14   0.32
XYZ23.006011.749429.4891
Yxy11.74940.35810.1829
Hunter Lab34.277459.8186-27.0134
CIE-Lab40.815066.7125-31.4419

#ad1995 color RGB value is (173,25,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011001 10010101
Octal 255 31 225
Decimal 173 25 149
Hex AD 19 95

RGB Percentages of Color #ad1995

%49.86
%7.20
%42.94

CMYK Percentages of Color #ad1995

%0
%86
%14
%32

Triadic Colors of #ad1995

#ad1995 #95ad19 #1995ad

Analogous Colors of #ad1995

#ad1995 #ad194b #7b19ad

Monochromatic Colors of #ad1995

#ad1995

Complementary Color

#ad1995 #19ad31

#ad1995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1995 Color CSS Codes

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

#ad1995 Text Font Color

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

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


#ad1995 Background Color

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

This div background color is #ad1995


#ad1995 Border Color

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

This div border color is #ad1995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1995


Comments

No comments written yet.

Please login to write comment.