Color Hex Logo

#ad113d Color Hex

#AD113D
(173,17,61)
0 Favorites   0 Comments

Color spaces of #ad113d

RGB 1731761
HSL0.950.820.37
HSV343°90°68°
CMYK 0.000.900.65   0.32
XYZ18.27639.62215.3089
Yxy9.62210.55040.2898
Hunter Lab31.019550.885811.5663
CIE-Lab37.155559.475218.5820

#ad113d color RGB value is (173,17,61).

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

The process color (four color CMYK) of #ad113d color hex is 0.00, 0.90, 0.65, 0.32. Web safe color of #ad113d is #990033. Color #ad113d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010001 00111101
Octal 255 21 75
Decimal 173 17 61
Hex AD 11 3D

RGB Percentages of Color #ad113d

%68.92
%6.77
%24.30

CMYK Percentages of Color #ad113d

%0
%90
%65
%32

Triadic Colors of #ad113d

#ad113d #3dad11 #113dad

Analogous Colors of #ad113d

#ad113d #ad3311 #ad118b

Monochromatic Colors of #ad113d

#ad113d

Complementary Color

#ad113d #11ad81

#ad113d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad113d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad113d Color CSS Codes

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

#ad113d Text Font Color

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

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


#ad113d Background Color

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

This div background color is #ad113d


#ad113d Border Color

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

This div border color is #ad113d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad113d


Comments

No comments written yet.

Please login to write comment.