Color Hex Logo

#882b04 Color Hex

#882B04
(136,43,4)
0 Favorites   0 Comments

Color spaces of #882b04

RGB 136434
HSL0.050.940.27
HSV18°97°53°
CMYK 0.000.680.97   0.47
XYZ11.03916.97080.8785
Yxy6.97080.58440.3691
Hunter Lab26.402328.429016.5088
CIE-Lab31.740338.173242.1592

#882b04 color RGB value is (136,43,4).

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

The process color (four color CMYK) of #882b04 color hex is 0.00, 0.68, 0.97, 0.47. Web safe color of #882b04 is #993300. Color #882b04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101011 00000100
Octal 210 53 4
Decimal 136 43 4
Hex 88 2B 4

RGB Percentages of Color #882b04

%74.32
%23.50
%2.19

CMYK Percentages of Color #882b04

%0
%68
%97
%47

Triadic Colors of #882b04

#882b04 #04882b #2b0488

Analogous Colors of #882b04

#882b04 #886d04 #88041f

Monochromatic Colors of #882b04

#882b04

Complementary Color

#882b04 #046188

#882b04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882b04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882b04 Color CSS Codes

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

#882b04 Text Font Color

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

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


#882b04 Background Color

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

This div background color is #882b04


#882b04 Border Color

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

This div border color is #882b04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882b04


Comments

No comments written yet.

Please login to write comment.