Color Hex Logo

#882712 Color Hex

#882712
(136,39,18)
0 Favorites   0 Comments

Color spaces of #882712

RGB 1363918
HSL0.030.770.30
HSV11°87°53°
CMYK 0.000.710.87   0.47
XYZ10.98806.72901.2919
Yxy6.72900.57800.3540
Hunter Lab25.940330.214915.2054
CIE-Lab31.181840.203535.7317

#882712 color RGB value is (136,39,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100111 00010010
Octal 210 47 22
Decimal 136 39 18
Hex 88 27 12

RGB Percentages of Color #882712

%70.47
%20.21
%9.33

CMYK Percentages of Color #882712

%0
%71
%87
%47

Triadic Colors of #882712

#882712 #128827 #271288

Analogous Colors of #882712

#882712 #886212 #881238

Monochromatic Colors of #882712

#882712

Complementary Color

#882712 #127388

#882712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882712 Color CSS Codes

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

#882712 Text Font Color

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

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


#882712 Background Color

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

This div background color is #882712


#882712 Border Color

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

This div border color is #882712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882712


Comments

No comments written yet.

Please login to write comment.