Color Hex Logo

#ad115f Color Hex

#AD115F
(173,17,95)
0 Favorites   0 Comments

Color spaces of #ad115f

RGB 1731795
HSL0.920.820.37
HSV330°90°68°
CMYK 0.000.900.45   0.32
XYZ19.499610.111411.7504
Yxy10.11140.47140.2445
Hunter Lab31.798453.81350.3496
CIE-Lab38.041661.9558-2.0446

#ad115f color RGB value is (173,17,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010001 01011111
Octal 255 21 137
Decimal 173 17 95
Hex AD 11 5F

RGB Percentages of Color #ad115f

%60.70
%5.96
%33.33

CMYK Percentages of Color #ad115f

%0
%90
%45
%32

Triadic Colors of #ad115f

#ad115f #5fad11 #115fad

Analogous Colors of #ad115f

#ad115f #ad1111 #ad11ad

Monochromatic Colors of #ad115f

#ad115f

Complementary Color

#ad115f #11ad5f

#ad115f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad115f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad115f Color CSS Codes

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

#ad115f Text Font Color

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

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


#ad115f Background Color

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

This div background color is #ad115f


#ad115f Border Color

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

This div border color is #ad115f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad115f


Comments

No comments written yet.

Please login to write comment.