Color Hex Logo

#728092 Color Hex

#728092
(114,128,146)
0 Favorites   0 Comments

Color spaces of #728092

RGB 114128146
HSL0.590.130.51
HSV214°22°57°
CMYK 0.220.120.00   0.43
XYZ19.846921.091130.2191
Yxy21.09110.27890.2964
Hunter Lab45.9250-3.2285-6.8658
CIE-Lab53.0491-0.9909-11.4078

#728092 color RGB value is (114,128,146).

#728092 hex color red value is 114, green value is 128 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #728092 hue: 0.59 , saturation: 0.13 and the lightness value of 728092 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000000 10010010
Octal 162 200 222
Decimal 114 128 146
Hex 72 80 92

RGB Percentages of Color #728092

%29.38
%32.99
%37.63

CMYK Percentages of Color #728092

%22
%12
%0
%43

Triadic Colors of #728092

#728092 #927280 #809272

Analogous Colors of #728092

#728092 #747292 #729092

Monochromatic Colors of #728092

#728092

Complementary Color

#728092 #928472

#728092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728092 Color CSS Codes

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

#728092 Text Font Color

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

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


#728092 Background Color

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

This div background color is #728092


#728092 Border Color

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

This div border color is #728092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728092


Comments

No comments written yet.

Please login to write comment.