Color Hex Logo

#882512 Color Hex

#882512
(136,37,18)
0 Favorites   0 Comments

Color spaces of #882512

RGB 1363718
HSL0.030.770.30
HSV10°87°53°
CMYK 0.000.730.87   0.47
XYZ10.92416.60101.2706
Yxy6.60100.58120.3512
Hunter Lab25.692430.934315.0525
CIE-Lab30.880841.028235.4647

#882512 color RGB value is (136,37,18).

#882512 hex color red value is 136, green value is 37 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #882512 hue: 0.03 , saturation: 0.77 and the lightness value of 882512 is 0.30.

The process color (four color CMYK) of #882512 color hex is 0.00, 0.73, 0.87, 0.47. Web safe color of #882512 is #993300. Color #882512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100101 00010010
Octal 210 45 22
Decimal 136 37 18
Hex 88 25 12

RGB Percentages of Color #882512

%71.20
%19.37
%9.42

CMYK Percentages of Color #882512

%0
%73
%87
%47

Triadic Colors of #882512

#882512 #128825 #251288

Analogous Colors of #882512

#882512 #886012 #88123a

Monochromatic Colors of #882512

#882512

Complementary Color

#882512 #127588

#882512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882512 Color CSS Codes

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

#882512 Text Font Color

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

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


#882512 Background Color

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

This div background color is #882512


#882512 Border Color

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

This div border color is #882512


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,37,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 #882512">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882512


Comments

No comments written yet.

Please login to write comment.