Color Hex Logo

#748083 Color Hex

#748083
(116,128,131)
0 Favorites   0 Comments

Color spaces of #748083

RGB 116128131
HSL0.530.060.48
HSV192°11°51°
CMYK 0.110.020.00   0.49
XYZ19.018420.790024.4832
Yxy20.79000.29580.3234
Hunter Lab45.5961-5.33960.0810
CIE-Lab52.7189-3.7542-3.1376

#748083 color RGB value is (116,128,131).

#748083 hex color red value is 116, green value is 128 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #748083 hue: 0.53 , saturation: 0.06 and the lightness value of 748083 is 0.48.

The process color (four color CMYK) of #748083 color hex is 0.11, 0.02, 0.00, 0.49. Web safe color of #748083 is #669999. Color #748083 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000000 10000011
Octal 164 200 203
Decimal 116 128 131
Hex 74 80 83

RGB Percentages of Color #748083

%30.93
%34.13
%34.93

CMYK Percentages of Color #748083

%11
%2
%0
%49

Triadic Colors of #748083

#748083 #837480 #808374

Analogous Colors of #748083

#748083 #747983 #74837f

Monochromatic Colors of #748083

#748083

Complementary Color

#748083 #837774

#748083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748083 Color CSS Codes

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

#748083 Text Font Color

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

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


#748083 Background Color

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

This div background color is #748083


#748083 Border Color

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

This div border color is #748083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748083


Comments

No comments written yet.

Please login to write comment.