Color Hex Logo

#8d251f Color Hex

#8D251F
(141,37,31)
0 Favorites   0 Comments

Color spaces of #8d251f

RGB 1413731
HSL0.010.640.34
HSV78°55°
CMYK 0.000.740.78   0.45
XYZ11.89347.08482.0370
Yxy7.08480.56590.3371
Hunter Lab26.617333.178914.0947
CIE-Lab31.999243.194829.6638

#8d251f color RGB value is (141,37,31).

#8d251f hex color red value is 141, green value is 37 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #8d251f hue: 0.01 , saturation: 0.64 and the lightness value of 8d251f is 0.34.

The process color (four color CMYK) of #8d251f color hex is 0.00, 0.74, 0.78, 0.45. Web safe color of #8d251f is #993333. Color #8d251f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00100101 00011111
Octal 215 45 37
Decimal 141 37 31
Hex 8D 25 1F

RGB Percentages of Color #8d251f

%67.46
%17.70
%14.83

CMYK Percentages of Color #8d251f

%0
%74
%78
%45

Triadic Colors of #8d251f

#8d251f #1f8d25 #251f8d

Analogous Colors of #8d251f

#8d251f #8d5c1f #8d1f50

Monochromatic Colors of #8d251f

#8d251f

Complementary Color

#8d251f #1f878d

#8d251f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d251f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d251f Color CSS Codes

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

#8d251f Text Font Color

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

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


#8d251f Background Color

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

This div background color is #8d251f


#8d251f Border Color

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

This div border color is #8d251f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,37,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d251f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d251f;
  -webkit-box-shadow: 1px 1px 3px 2px #8d251f;
  box-shadow:         1px 1px 3px 2px #8d251f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,37,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 #8d251f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d251f


Comments

No comments written yet.

Please login to write comment.