Color Hex Logo

#880412 Color Hex

#880412
(136,4,18)
0 Favorites   0 Comments

Color spaces of #880412

RGB 136418
HSL0.980.940.27
HSV354°97°53°
CMYK 0.000.970.87   0.47
XYZ10.30595.36471.0646
Yxy5.36470.61580.3206
Hunter Lab23.161838.890813.4881
CIE-Lab27.749549.849932.6635

#880412 color RGB value is (136,4,18).

#880412 hex color red value is 136, green value is 4 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #880412 hue: 0.98 , saturation: 0.94 and the lightness value of 880412 is 0.27.

The process color (four color CMYK) of #880412 color hex is 0.00, 0.97, 0.87, 0.47. Web safe color of #880412 is #990000. Color #880412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000100 00010010
Octal 210 4 22
Decimal 136 4 18
Hex 88 4 12

RGB Percentages of Color #880412

%86.08
%2.53
%11.39

CMYK Percentages of Color #880412

%0
%97
%87
%47

Triadic Colors of #880412

#880412 #128804 #041288

Analogous Colors of #880412

#880412 #883804 #880454

Monochromatic Colors of #880412

#880412

Complementary Color

#880412 #04887a

#880412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880412 Color CSS Codes

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

#880412 Text Font Color

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

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


#880412 Background Color

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

This div background color is #880412


#880412 Border Color

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

This div border color is #880412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880412


Comments

No comments written yet.

Please login to write comment.