Color Hex Logo

#88838d Color Hex

#88838D
(136,131,141)
0 Favorites   0 Comments

Color spaces of #88838d

RGB 136131141
HSL0.750.040.53
HSV270°55°
CMYK 0.040.070.00   0.45
XYZ23.077423.389928.4977
Yxy23.38990.30780.3120
Hunter Lab48.36310.5393-1.0821
CIE-Lab55.47173.8592-4.7051

#88838d color RGB value is (136,131,141).

#88838d hex color red value is 136, green value is 131 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #88838d hue: 0.75 , saturation: 0.04 and the lightness value of 88838d is 0.53.

The process color (four color CMYK) of #88838d color hex is 0.04, 0.07, 0.00, 0.45. Web safe color of #88838d is #999999. Color #88838d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000011 10001101
Octal 210 203 215
Decimal 136 131 141
Hex 88 83 8D

RGB Percentages of Color #88838d

%33.33
%32.11
%34.56

CMYK Percentages of Color #88838d

%4
%7
%0
%45

Triadic Colors of #88838d

#88838d #8d8883 #838d88

Analogous Colors of #88838d

#88838d #8d838d #83838d

Monochromatic Colors of #88838d

#88838d

Complementary Color

#88838d #888d83

#88838d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88838d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88838d Color CSS Codes

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

#88838d Text Font Color

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

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


#88838d Background Color

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

This div background color is #88838d


#88838d Border Color

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

This div border color is #88838d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,131,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88838d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88838d;
  -webkit-box-shadow: 1px 1px 3px 2px #88838d;
  box-shadow:         1px 1px 3px 2px #88838d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88838d


Comments

No comments written yet.

Please login to write comment.