Color Hex Logo

#880f10 Color Hex

#880F10
(136,15,16)
0 Favorites   0 Comments

Color spaces of #880f10

RGB 1361516
HSL1.000.800.30
HSV360°89°53°
CMYK 0.000.890.88   0.47
XYZ10.41775.61331.0246
Yxy5.61330.61080.3291
Hunter Lab23.692437.025914.0206
CIE-Lab28.415147.840034.3536

#880f10 color RGB value is (136,15,16).

#880f10 hex color red value is 136, green value is 15 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #880f10 hue: 1.00 , saturation: 0.80 and the lightness value of 880f10 is 0.30.

The process color (four color CMYK) of #880f10 color hex is 0.00, 0.89, 0.88, 0.47. Web safe color of #880f10 is #990000. Color #880f10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001111 00010000
Octal 210 17 20
Decimal 136 15 16
Hex 88 F 10

RGB Percentages of Color #880f10

%81.44
%8.98
%9.58

CMYK Percentages of Color #880f10

%0
%89
%88
%47

Triadic Colors of #880f10

#880f10 #10880f #0f1088

Analogous Colors of #880f10

#880f10 #884b0f #880f4c

Monochromatic Colors of #880f10

#880f10

Complementary Color

#880f10 #0f8887

#880f10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880f10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880f10 Color CSS Codes

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

#880f10 Text Font Color

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

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


#880f10 Background Color

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

This div background color is #880f10


#880f10 Border Color

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

This div border color is #880f10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,15,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #880f10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #880f10;
  -webkit-box-shadow: 1px 1px 3px 2px #880f10;
  box-shadow:         1px 1px 3px 2px #880f10; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880f10


Comments

No comments written yet.

Please login to write comment.