Color Hex Logo

#886564 Color Hex

#886564
(136,101,100)
0 Favorites   0 Comments

Color spaces of #886564

RGB 136101100
HSL0.000.150.46
HSV26°53°
CMYK 0.000.260.26   0.47
XYZ17.107315.461714.1393
Yxy15.46170.36630.3310
Hunter Lab39.32148.84656.2053
CIE-Lab46.260213.94166.0662

#886564 color RGB value is (136,101,100).

#886564 hex color red value is 136, green value is 101 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #886564 hue: 0.00 , saturation: 0.15 and the lightness value of 886564 is 0.46.

The process color (four color CMYK) of #886564 color hex is 0.00, 0.26, 0.26, 0.47. Web safe color of #886564 is #996666. Color #886564 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100101 01100100
Octal 210 145 144
Decimal 136 101 100
Hex 88 65 64

RGB Percentages of Color #886564

%40.36
%29.97
%29.67

CMYK Percentages of Color #886564

%0
%26
%26
%47

Triadic Colors of #886564

#886564 #648865 #656488

Analogous Colors of #886564

#886564 #887764 #886475

Monochromatic Colors of #886564

#886564

Complementary Color

#886564 #648788

#886564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886564 Color CSS Codes

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

#886564 Text Font Color

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

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


#886564 Background Color

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

This div background color is #886564


#886564 Border Color

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

This div border color is #886564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886564


Comments

No comments written yet.

Please login to write comment.