Color Hex Logo

#884755 Color Hex

#884755
(136,71,85)
0 Favorites   0 Comments

Color spaces of #884755

RGB 1367185
HSL0.960.310.41
HSV347°48°53°
CMYK 0.000.480.38   0.47
XYZ14.046310.39669.8608
Yxy10.39660.40950.3031
Hunter Lab32.243821.33314.4385
CIE-Lab38.545029.24134.2285

#884755 color RGB value is (136,71,85).

#884755 hex color red value is 136, green value is 71 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #884755 hue: 0.96 , saturation: 0.31 and the lightness value of 884755 is 0.41.

The process color (four color CMYK) of #884755 color hex is 0.00, 0.48, 0.38, 0.47. Web safe color of #884755 is #993366. Color #884755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000111 01010101
Octal 210 107 125
Decimal 136 71 85
Hex 88 47 55

RGB Percentages of Color #884755

%46.58
%24.32
%29.11

CMYK Percentages of Color #884755

%0
%48
%38
%47

Triadic Colors of #884755

#884755 #558847 #475588

Analogous Colors of #884755

#884755 #885a47 #884776

Monochromatic Colors of #884755

#884755

Complementary Color

#884755 #47887a

#884755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884755 Color CSS Codes

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

#884755 Text Font Color

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

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


#884755 Background Color

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

This div background color is #884755


#884755 Border Color

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

This div border color is #884755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884755


Comments

No comments written yet.

Please login to write comment.