Color Hex Logo

#8b1837 Color Hex

#8B1837
(139,24,55)
0 Favorites   0 Comments

Color spaces of #8b1837

RGB 1392455
HSL0.960.710.32
HSV344°83°55°
CMYK 0.000.830.60   0.45
XYZ11.66376.41814.2385
Yxy6.41810.52260.2875
Hunter Lab25.334037.84657.8143
CIE-Lab30.443748.279012.2934

#8b1837 color RGB value is (139,24,55).

#8b1837 hex color red value is 139, green value is 24 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #8b1837 hue: 0.96 , saturation: 0.71 and the lightness value of 8b1837 is 0.32.

The process color (four color CMYK) of #8b1837 color hex is 0.00, 0.83, 0.60, 0.45. Web safe color of #8b1837 is #990033. Color #8b1837 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00011000 00110111
Octal 213 30 67
Decimal 139 24 55
Hex 8B 18 37

RGB Percentages of Color #8b1837

%63.76
%11.01
%25.23

CMYK Percentages of Color #8b1837

%0
%83
%60
%45

Triadic Colors of #8b1837

#8b1837 #378b18 #18378b

Analogous Colors of #8b1837

#8b1837 #8b3218 #8b1871

Monochromatic Colors of #8b1837

#8b1837

Complementary Color

#8b1837 #188b6c

#8b1837 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b1837 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b1837 Color CSS Codes

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

#8b1837 Text Font Color

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

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


#8b1837 Background Color

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

This div background color is #8b1837


#8b1837 Border Color

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

This div border color is #8b1837


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,24,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b1837; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b1837;
  -webkit-box-shadow: 1px 1px 3px 2px #8b1837;
  box-shadow:         1px 1px 3px 2px #8b1837; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,24,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b1837


Comments

No comments written yet.

Please login to write comment.