Color Hex Logo

#882146 Color Hex

#882146
(136,33,70)
0 Favorites   0 Comments

Color spaces of #882146

RGB 1363370
HSL0.940.610.33
HSV338°76°53°
CMYK 0.000.760.49   0.47
XYZ11.80276.76416.4779
Yxy6.76410.47130.2701
Hunter Lab26.007935.49173.4379
CIE-Lab31.263745.72753.4125

#882146 color RGB value is (136,33,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100001 01000110
Octal 210 41 106
Decimal 136 33 70
Hex 88 21 46

RGB Percentages of Color #882146

%56.90
%13.81
%29.29

CMYK Percentages of Color #882146

%0
%76
%49
%47

Triadic Colors of #882146

#882146 #468821 #214688

Analogous Colors of #882146

#882146 #883021 #88217a

Monochromatic Colors of #882146

#882146

Complementary Color

#882146 #218863

#882146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882146 Color CSS Codes

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

#882146 Text Font Color

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

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


#882146 Background Color

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

This div background color is #882146


#882146 Border Color

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

This div border color is #882146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882146


Comments

No comments written yet.

Please login to write comment.