Color Hex Logo

#808092 Color Hex

#808092
(128,128,146)
0 Favorites   0 Comments

Color spaces of #808092

RGB 128128146
HSL0.670.080.54
HSV240°12°57°
CMYK 0.120.120.00   0.43
XYZ21.809622.102930.3109
Yxy22.10290.29380.2978
Hunter Lab47.01370.5319-5.3161
CIE-Lab54.13603.7965-9.6657

#808092 color RGB value is (128,128,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000000 10010010
Octal 200 200 222
Decimal 128 128 146
Hex 80 80 92

RGB Percentages of Color #808092

%31.84
%31.84
%36.32

CMYK Percentages of Color #808092

%12
%12
%0
%43

Triadic Colors of #808092

#808092 #928080 #809280

Analogous Colors of #808092

#808092 #898092 #808992

Monochromatic Colors of #808092

#808092

Complementary Color

#808092 #929280

#808092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808092 Color CSS Codes

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

#808092 Text Font Color

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

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


#808092 Background Color

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

This div background color is #808092


#808092 Border Color

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

This div border color is #808092


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,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 #808092">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808092


Comments

No comments written yet.

Please login to write comment.