Color Hex Logo

#ad109e Color Hex

#AD109E
(173,16,158)
0 Favorites   0 Comments

Color spaces of #ad109e

RGB 17316158
HSL0.850.830.37
HSV306°91°68°
CMYK 0.000.910.09   0.32
XYZ23.590411.723433.3672
Yxy11.72340.34350.1707
Hunter Lab34.239563.0644-33.8120
CIE-Lab40.773169.5097-36.9547

#ad109e color RGB value is (173,16,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010000 10011110
Octal 255 20 236
Decimal 173 16 158
Hex AD 10 9E

RGB Percentages of Color #ad109e

%49.86
%4.61
%45.53

CMYK Percentages of Color #ad109e

%0
%91
%9
%32

Triadic Colors of #ad109e

#ad109e #9ead10 #109ead

Analogous Colors of #ad109e

#ad109e #ad1050 #6e10ad

Monochromatic Colors of #ad109e

#ad109e

Complementary Color

#ad109e #10ad1f

#ad109e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad109e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad109e Color CSS Codes

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

#ad109e Text Font Color

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

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


#ad109e Background Color

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

This div background color is #ad109e


#ad109e Border Color

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

This div border color is #ad109e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad109e


Comments

No comments written yet.

Please login to write comment.