Color Hex Logo

#88827f Color Hex

#88827F
(136,130,127)
0 Favorites   0 Comments

Color spaces of #88827f

RGB 136130127
HSL0.060.040.52
HSV20°53°
CMYK 0.000.040.07   0.47
XYZ21.966722.731823.3086
Yxy22.73180.32300.3343
Hunter Lab47.6779-1.19574.3890
CIE-Lab54.79501.68922.4188

#88827f color RGB value is (136,130,127).

#88827f hex color red value is 136, green value is 130 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #88827f hue: 0.06 , saturation: 0.04 and the lightness value of 88827f is 0.52.

The process color (four color CMYK) of #88827f color hex is 0.00, 0.04, 0.07, 0.47. Web safe color of #88827f is #999966. Color #88827f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000010 01111111
Octal 210 202 177
Decimal 136 130 127
Hex 88 82 7F

RGB Percentages of Color #88827f

%34.61
%33.08
%32.32

CMYK Percentages of Color #88827f

%0
%4
%7
%47

Triadic Colors of #88827f

#88827f #7f8882 #827f88

Analogous Colors of #88827f

#88827f #88877f #887f81

Monochromatic Colors of #88827f

#88827f

Complementary Color

#88827f #7f8588

#88827f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88827f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88827f Color CSS Codes

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

#88827f Text Font Color

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

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


#88827f Background Color

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

This div background color is #88827f


#88827f Border Color

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

This div border color is #88827f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,130,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88827f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88827f;
  -webkit-box-shadow: 1px 1px 3px 2px #88827f;
  box-shadow:         1px 1px 3px 2px #88827f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88827f


Comments

No comments written yet.

Please login to write comment.