Color Hex Logo

#ad1097 Color Hex

#AD1097
(173,16,151)
0 Favorites   0 Comments

Color spaces of #ad1097

RGB 17316151
HSL0.860.830.37
HSV308°91°68°
CMYK 0.000.910.13   0.32
XYZ23.004811.489230.2833
Yxy11.48920.35510.1774
Hunter Lab33.895761.8292-29.2442
CIE-Lab40.392568.5284-33.3218

#ad1097 color RGB value is (173,16,151).

#ad1097 hex color red value is 173, green value is 16 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ad1097 hue: 0.86 , saturation: 0.83 and the lightness value of ad1097 is 0.37.

The process color (four color CMYK) of #ad1097 color hex is 0.00, 0.91, 0.13, 0.32. Web safe color of #ad1097 is #990099. Color #ad1097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010000 10010111
Octal 255 20 227
Decimal 173 16 151
Hex AD 10 97

RGB Percentages of Color #ad1097

%50.88
%4.71
%44.41

CMYK Percentages of Color #ad1097

%0
%91
%13
%32

Triadic Colors of #ad1097

#ad1097 #97ad10 #1097ad

Analogous Colors of #ad1097

#ad1097 #ad1049 #7510ad

Monochromatic Colors of #ad1097

#ad1097

Complementary Color

#ad1097 #10ad26

#ad1097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1097 Color CSS Codes

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

#ad1097 Text Font Color

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

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


#ad1097 Background Color

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

This div background color is #ad1097


#ad1097 Border Color

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

This div border color is #ad1097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1097


Comments

No comments written yet.

Please login to write comment.