Color Hex Logo

#ad183c Color Hex

#AD183C
(173,24,60)
0 Favorites   0 Comments

Color spaces of #ad183c

RGB 1732460
HSL0.960.760.39
HSV346°86°68°
CMYK 0.000.860.65   0.32
XYZ18.37589.86375.2103
Yxy9.86370.54940.2949
Hunter Lab31.406549.478012.1484
CIE-Lab37.596758.096119.7979

#ad183c color RGB value is (173,24,60).

#ad183c hex color red value is 173, green value is 24 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ad183c hue: 0.96 , saturation: 0.76 and the lightness value of ad183c is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011000 00111100
Octal 255 30 74
Decimal 173 24 60
Hex AD 18 3C

RGB Percentages of Color #ad183c

%67.32
%9.34
%23.35

CMYK Percentages of Color #ad183c

%0
%86
%65
%32

Triadic Colors of #ad183c

#ad183c #3cad18 #183cad

Analogous Colors of #ad183c

#ad183c #ad3f18 #ad1887

Monochromatic Colors of #ad183c

#ad183c

Complementary Color

#ad183c #18ad89

#ad183c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad183c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad183c Color CSS Codes

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

#ad183c Text Font Color

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

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


#ad183c Background Color

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

This div background color is #ad183c


#ad183c Border Color

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

This div border color is #ad183c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad183c


Comments

No comments written yet.

Please login to write comment.