Color Hex Logo

#ad301f Color Hex

#AD301F
(173,48,31)
0 Favorites   0 Comments

Color spaces of #ad301f

RGB 1734831
HSL0.020.700.40
HSV82°68°
CMYK 0.000.720.82   0.32
XYZ18.537911.09712.4612
Yxy11.09710.57760.3457
Hunter Lab33.312341.036618.9381
CIE-Lab39.743549.690139.5605

#ad301f color RGB value is (173,48,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110000 00011111
Octal 255 60 37
Decimal 173 48 31
Hex AD 30 1F

RGB Percentages of Color #ad301f

%68.65
%19.05
%12.30

CMYK Percentages of Color #ad301f

%0
%72
%82
%32

Triadic Colors of #ad301f

#ad301f #1fad30 #301fad

Analogous Colors of #ad301f

#ad301f #ad771f #ad1f55

Monochromatic Colors of #ad301f

#ad301f

Complementary Color

#ad301f #1f9cad

#ad301f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad301f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad301f Color CSS Codes

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

#ad301f Text Font Color

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

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


#ad301f Background Color

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

This div background color is #ad301f


#ad301f Border Color

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

This div border color is #ad301f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad301f


Comments

No comments written yet.

Please login to write comment.