Color Hex Logo

#748092 Color Hex

#748092
(116,128,146)
0 Favorites   0 Comments

Color spaces of #748092

RGB 116128146
HSL0.600.120.51
HSV216°21°57°
CMYK 0.210.120.00   0.43
XYZ20.109921.226730.2314
Yxy21.22670.28100.2966
Hunter Lab46.0724-2.7143-6.6537
CIE-Lab53.1967-0.3228-11.1709

#748092 color RGB value is (116,128,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000000 10010010
Octal 164 200 222
Decimal 116 128 146
Hex 74 80 92

RGB Percentages of Color #748092

%29.74
%32.82
%37.44

CMYK Percentages of Color #748092

%21
%12
%0
%43

Triadic Colors of #748092

#748092 #927480 #809274

Analogous Colors of #748092

#748092 #777492 #748f92

Monochromatic Colors of #748092

#748092

Complementary Color

#748092 #928674

#748092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748092 Color CSS Codes

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

#748092 Text Font Color

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

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


#748092 Background Color

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

This div background color is #748092


#748092 Border Color

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

This div border color is #748092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748092

#748092 Color Palettes


Comments

No comments written yet.

Please login to write comment.