Color Hex Logo

#881306 Color Hex

#881306
(136,19,6)
0 Favorites   0 Comments

Color spaces of #881306

RGB 136196
HSL0.020.920.28
HSV96°53°
CMYK 0.000.860.96   0.47
XYZ10.41915.71310.7259
Yxy5.71310.61800.3389
Hunter Lab23.902135.980814.9308
CIE-Lab28.676846.722839.0599

#881306 color RGB value is (136,19,6).

#881306 hex color red value is 136, green value is 19 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #881306 hue: 0.02 , saturation: 0.92 and the lightness value of 881306 is 0.28.

The process color (four color CMYK) of #881306 color hex is 0.00, 0.86, 0.96, 0.47. Web safe color of #881306 is #990000. Color #881306 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010011 00000110
Octal 210 23 6
Decimal 136 19 6
Hex 88 13 6

RGB Percentages of Color #881306

%84.47
%11.80
%3.73

CMYK Percentages of Color #881306

%0
%86
%96
%47

Triadic Colors of #881306

#881306 #068813 #130688

Analogous Colors of #881306

#881306 #885406 #88063a

Monochromatic Colors of #881306

#881306

Complementary Color

#881306 #067b88

#881306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881306 Color CSS Codes

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

#881306 Text Font Color

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

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


#881306 Background Color

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

This div background color is #881306


#881306 Border Color

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

This div border color is #881306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881306


Comments

No comments written yet.

Please login to write comment.