Color Hex Logo

#ad115e Color Hex

#AD115E
(173,17,94)
0 Favorites   0 Comments

Color spaces of #ad115e

RGB 1731794
HSL0.920.820.37
HSV330°90°68°
CMYK 0.000.900.46   0.32
XYZ19.454410.093311.5125
Yxy10.09330.47380.2458
Hunter Lab31.770053.70740.7540
CIE-Lab38.009461.8669-1.4533

#ad115e color RGB value is (173,17,94).

#ad115e hex color red value is 173, green value is 17 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ad115e hue: 0.92 , saturation: 0.82 and the lightness value of ad115e is 0.37.

The process color (four color CMYK) of #ad115e color hex is 0.00, 0.90, 0.46, 0.32. Web safe color of #ad115e is #990066. Color #ad115e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010001 01011110
Octal 255 21 136
Decimal 173 17 94
Hex AD 11 5E

RGB Percentages of Color #ad115e

%60.92
%5.99
%33.10

CMYK Percentages of Color #ad115e

%0
%90
%46
%32

Triadic Colors of #ad115e

#ad115e #5ead11 #115ead

Analogous Colors of #ad115e

#ad115e #ad1211 #ad11ac

Monochromatic Colors of #ad115e

#ad115e

Complementary Color

#ad115e #11ad60

#ad115e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad115e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad115e Color CSS Codes

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

#ad115e Text Font Color

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

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


#ad115e Background Color

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

This div background color is #ad115e


#ad115e Border Color

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

This div border color is #ad115e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad115e


Comments

No comments written yet.

Please login to write comment.