Color Hex Logo

#ad091f Color Hex

#AD091F
(173,9,31)
0 Favorites   0 Comments

Color spaces of #ad091f

RGB 173931
HSL0.980.900.36
HSV352°95°68°
CMYK 0.000.950.82   0.32
XYZ17.57869.17852.1415
Yxy9.17850.60830.3176
Hunter Lab30.296050.552617.0163
CIE-Lab36.325759.331536.2306

#ad091f color RGB value is (173,9,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001001 00011111
Octal 255 11 37
Decimal 173 9 31
Hex AD 9 1F

RGB Percentages of Color #ad091f

%81.22
%4.23
%14.55

CMYK Percentages of Color #ad091f

%0
%95
%82
%32

Triadic Colors of #ad091f

#ad091f #1fad09 #091fad

Analogous Colors of #ad091f

#ad091f #ad4509 #ad0971

Monochromatic Colors of #ad091f

#ad091f

Complementary Color

#ad091f #09ad97

#ad091f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad091f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad091f Color CSS Codes

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

#ad091f Text Font Color

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

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


#ad091f Background Color

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

This div background color is #ad091f


#ad091f Border Color

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

This div border color is #ad091f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad091f


Comments

No comments written yet.

Please login to write comment.