Color Hex Logo

#ad091d Color Hex

#AD091D
(173,9,29)
0 Favorites   0 Comments

Color spaces of #ad091d

RGB 173929
HSL0.980.900.36
HSV353°95°68°
CMYK 0.000.950.83   0.32
XYZ17.55309.16832.0069
Yxy9.16830.61100.3191
Hunter Lab30.279250.488717.2657
CIE-Lab36.306359.276837.3528

#ad091d color RGB value is (173,9,29).

#ad091d hex color red value is 173, green value is 9 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ad091d hue: 0.98 , saturation: 0.90 and the lightness value of ad091d is 0.36.

The process color (four color CMYK) of #ad091d color hex is 0.00, 0.95, 0.83, 0.32. Web safe color of #ad091d is #990033. Color #ad091d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001001 00011101
Octal 255 11 35
Decimal 173 9 29
Hex AD 9 1D

RGB Percentages of Color #ad091d

%81.99
%4.27
%13.74

CMYK Percentages of Color #ad091d

%0
%95
%83
%32

Triadic Colors of #ad091d

#ad091d #1dad09 #091dad

Analogous Colors of #ad091d

#ad091d #ad4709 #ad096f

Monochromatic Colors of #ad091d

#ad091d

Complementary Color

#ad091d #09ad99

#ad091d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad091d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad091d Color CSS Codes

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

#ad091d Text Font Color

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

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


#ad091d Background Color

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

This div background color is #ad091d


#ad091d Border Color

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

This div border color is #ad091d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad091d


Comments

No comments written yet.

Please login to write comment.