Color Hex Logo

#888092 Color Hex

#888092
(136,128,146)
0 Favorites   0 Comments

Color spaces of #888092

RGB 136128146
HSL0.740.080.54
HSV267°12°57°
CMYK 0.070.120.00   0.43
XYZ23.060822.747930.3695
Yxy22.74790.30270.2986
Hunter Lab47.69482.8404-4.3664
CIE-Lab54.81176.6292-8.5848

#888092 color RGB value is (136,128,146).

#888092 hex color red value is 136, green value is 128 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #888092 hue: 0.74 , saturation: 0.08 and the lightness value of 888092 is 0.54.

The process color (four color CMYK) of #888092 color hex is 0.07, 0.12, 0.00, 0.43. Web safe color of #888092 is #999999. Color #888092 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000000 10010010
Octal 210 200 222
Decimal 136 128 146
Hex 88 80 92

RGB Percentages of Color #888092

%33.17
%31.22
%35.61

CMYK Percentages of Color #888092

%7
%12
%0
%43

Triadic Colors of #888092

#888092 #928880 #809288

Analogous Colors of #888092

#888092 #918092 #808192

Monochromatic Colors of #888092

#888092

Complementary Color

#888092 #8a9280

#888092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888092 Color CSS Codes

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

#888092 Text Font Color

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

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


#888092 Background Color

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

This div background color is #888092


#888092 Border Color

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

This div border color is #888092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888092


Comments

No comments written yet.

Please login to write comment.