Color Hex Logo

#886465 Color Hex

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

Color spaces of #886465

RGB 136100101
HSL1.000.150.46
HSV358°26°53°
CMYK 0.000.260.26   0.47
XYZ17.059515.288214.3637
Yxy15.28820.36520.3273
Hunter Lab39.10019.45485.5895
CIE-Lab46.026414.68605.1302

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

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

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

Base Numbers

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

RGB Percentages of Color #886465

%40.36
%29.67
%29.97

CMYK Percentages of Color #886465

%0
%26
%26
%47

Triadic Colors of #886465

#886465 #658864 #646588

Analogous Colors of #886465

#886465 #887564 #886477

Monochromatic Colors of #886465

#886465

Complementary Color

#886465 #648887

#886465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886465 Color CSS Codes

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

#886465 Text Font Color

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

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


#886465 Background Color

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

This div background color is #886465


#886465 Border Color

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

This div border color is #886465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886465


Comments

No comments written yet.

Please login to write comment.