Color Hex Logo

#888398 Color Hex

#888398
(136,131,152)
0 Favorites   0 Comments

Color spaces of #888398

RGB 136131152
HSL0.710.090.55
HSV254°14°60°
CMYK 0.110.140.00   0.40
XYZ23.937123.733833.0252
Yxy23.73380.29660.2941
Hunter Lab48.71732.4500-6.0902
CIE-Lab55.82036.1830-10.5490

#888398 color RGB value is (136,131,152).

#888398 hex color red value is 136, green value is 131 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #888398 hue: 0.71 , saturation: 0.09 and the lightness value of 888398 is 0.55.

The process color (four color CMYK) of #888398 color hex is 0.11, 0.14, 0.00, 0.40. Web safe color of #888398 is #999999. Color #888398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000011 10011000
Octal 210 203 230
Decimal 136 131 152
Hex 88 83 98

RGB Percentages of Color #888398

%32.46
%31.26
%36.28

CMYK Percentages of Color #888398

%11
%14
%0
%40

Triadic Colors of #888398

#888398 #988883 #839888

Analogous Colors of #888398

#888398 #938398 #838998

Monochromatic Colors of #888398

#888398

Complementary Color

#888398 #939883

#888398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888398 Color CSS Codes

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

#888398 Text Font Color

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

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


#888398 Background Color

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

This div background color is #888398


#888398 Border Color

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

This div border color is #888398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888398


Comments

No comments written yet.

Please login to write comment.