Color Hex Logo

#880831 Color Hex

#880831
(136,8,49)
0 Favorites   0 Comments

Color spaces of #880831

RGB 136849
HSL0.950.890.28
HSV341°94°53°
CMYK 0.000.940.64   0.47
XYZ10.79465.62973.4234
Yxy5.62970.54390.2836
Hunter Lab23.727039.68648.0544
CIE-Lab28.458350.505313.5281

#880831 color RGB value is (136,8,49).

#880831 hex color red value is 136, green value is 8 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #880831 hue: 0.95 , saturation: 0.89 and the lightness value of 880831 is 0.28.

The process color (four color CMYK) of #880831 color hex is 0.00, 0.94, 0.64, 0.47. Web safe color of #880831 is #990033. Color #880831 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001000 00110001
Octal 210 10 61
Decimal 136 8 49
Hex 88 8 31

RGB Percentages of Color #880831

%70.47
%4.15
%25.39

CMYK Percentages of Color #880831

%0
%94
%64
%47

Triadic Colors of #880831

#880831 #318808 #083188

Analogous Colors of #880831

#880831 #881f08 #880871

Monochromatic Colors of #880831

#880831

Complementary Color

#880831 #08885f

#880831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880831 Color CSS Codes

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

#880831 Text Font Color

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

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


#880831 Background Color

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

This div background color is #880831


#880831 Border Color

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

This div border color is #880831


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,8,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #880831; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #880831;
  -webkit-box-shadow: 1px 1px 3px 2px #880831;
  box-shadow:         1px 1px 3px 2px #880831; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,8,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880831


Comments

No comments written yet.

Please login to write comment.