Color Hex Logo

#ad331f Color Hex

#AD331F
(173,51,31)
0 Favorites   0 Comments

Color spaces of #ad331f

RGB 1735131
HSL0.020.700.40
HSV82°68°
CMYK 0.000.710.82   0.32
XYZ18.664711.35082.5035
Yxy11.35080.57400.3491
Hunter Lab33.690939.929419.1780
CIE-Lab40.165148.532539.9652

#ad331f color RGB value is (173,51,31).

#ad331f hex color red value is 173, green value is 51 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ad331f hue: 0.02 , saturation: 0.70 and the lightness value of ad331f is 0.40.

The process color (four color CMYK) of #ad331f color hex is 0.00, 0.71, 0.82, 0.32. Web safe color of #ad331f is #993333. Color #ad331f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110011 00011111
Octal 255 63 37
Decimal 173 51 31
Hex AD 33 1F

RGB Percentages of Color #ad331f

%67.84
%20.00
%12.16

CMYK Percentages of Color #ad331f

%0
%71
%82
%32

Triadic Colors of #ad331f

#ad331f #1fad33 #331fad

Analogous Colors of #ad331f

#ad331f #ad7a1f #ad1f52

Monochromatic Colors of #ad331f

#ad331f

Complementary Color

#ad331f #1f99ad

#ad331f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad331f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad331f Color CSS Codes

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

#ad331f Text Font Color

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

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


#ad331f Background Color

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

This div background color is #ad331f


#ad331f Border Color

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

This div border color is #ad331f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,51,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 #ad331f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad331f


Comments

No comments written yet.

Please login to write comment.