Color Hex Logo

#882a27 Color Hex

#882A27
(136,42,39)
0 Favorites   0 Comments

Color spaces of #882a27

RGB 1364239
HSL0.010.550.34
HSV71°53°
CMYK 0.000.690.71   0.47
XYZ11.34757.03672.6796
Yxy7.03670.53870.3341
Hunter Lab26.526829.936012.5796
CIE-Lab31.890339.777724.3949

#882a27 color RGB value is (136,42,39).

#882a27 hex color red value is 136, green value is 42 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #882a27 hue: 0.01 , saturation: 0.55 and the lightness value of 882a27 is 0.34.

The process color (four color CMYK) of #882a27 color hex is 0.00, 0.69, 0.71, 0.47. Web safe color of #882a27 is #993333. Color #882a27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101010 00100111
Octal 210 52 47
Decimal 136 42 39
Hex 88 2A 27

RGB Percentages of Color #882a27

%62.67
%19.35
%17.97

CMYK Percentages of Color #882a27

%0
%69
%71
%47

Triadic Colors of #882a27

#882a27 #27882a #2a2788

Analogous Colors of #882a27

#882a27 #885b27 #882754

Monochromatic Colors of #882a27

#882a27

Complementary Color

#882a27 #278588

#882a27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882a27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882a27 Color CSS Codes

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

#882a27 Text Font Color

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

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


#882a27 Background Color

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

This div background color is #882a27


#882a27 Border Color

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

This div border color is #882a27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882a27


Comments

No comments written yet.

Please login to write comment.