Color Hex Logo

#884551 Color Hex

#884551
(136,69,81)
0 Favorites   0 Comments

Color spaces of #884551

RGB 1366981
HSL0.970.330.40
HSV349°49°53°
CMYK 0.000.490.40   0.47
XYZ13.766710.08469.0055
Yxy10.08460.41900.3069
Hunter Lab31.756321.80835.4158
CIE-Lab37.993829.85135.9538

#884551 color RGB value is (136,69,81).

#884551 hex color red value is 136, green value is 69 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #884551 hue: 0.97 , saturation: 0.33 and the lightness value of 884551 is 0.40.

The process color (four color CMYK) of #884551 color hex is 0.00, 0.49, 0.40, 0.47. Web safe color of #884551 is #993366. Color #884551 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000101 01010001
Octal 210 105 121
Decimal 136 69 81
Hex 88 45 51

RGB Percentages of Color #884551

%47.55
%24.13
%28.32

CMYK Percentages of Color #884551

%0
%49
%40
%47

Triadic Colors of #884551

#884551 #518845 #455188

Analogous Colors of #884551

#884551 #885b45 #884573

Monochromatic Colors of #884551

#884551

Complementary Color

#884551 #45887c

#884551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884551 Color CSS Codes

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

#884551 Text Font Color

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

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


#884551 Background Color

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

This div background color is #884551


#884551 Border Color

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

This div border color is #884551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884551


Comments

No comments written yet.

Please login to write comment.