Color Hex Logo

#882121 Color Hex

#882121
(136,33,33)
0 Favorites   0 Comments

Color spaces of #882121

RGB 1363333
HSL0.000.610.33
HSV76°53°
CMYK 0.000.760.76   0.47
XYZ10.97176.43182.1020
Yxy6.43180.56250.3297
Hunter Lab25.361032.841112.8386
CIE-Lab30.476743.122326.4801

#882121 color RGB value is (136,33,33).

#882121 hex color red value is 136, green value is 33 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #882121 hue: 0.00 , saturation: 0.61 and the lightness value of 882121 is 0.33.

The process color (four color CMYK) of #882121 color hex is 0.00, 0.76, 0.76, 0.47. Web safe color of #882121 is #993333. Color #882121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100001 00100001
Octal 210 41 41
Decimal 136 33 33
Hex 88 21 21

RGB Percentages of Color #882121

%67.33
%16.34
%16.34

CMYK Percentages of Color #882121

%0
%76
%76
%47

Triadic Colors of #882121

#882121 #218821 #212188

Analogous Colors of #882121

#882121 #885521 #882155

Monochromatic Colors of #882121

#882121

Complementary Color

#882121 #218888

#882121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882121 Color CSS Codes

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

#882121 Text Font Color

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

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


#882121 Background Color

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

This div background color is #882121


#882121 Border Color

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

This div border color is #882121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882121


Comments

No comments written yet.

Please login to write comment.