Color Hex Logo

#748389 Color Hex

#748389
(116,131,137)
0 Favorites   0 Comments

Color spaces of #748389

RGB 116131137
HSL0.550.080.50
HSV197°15°54°
CMYK 0.150.040.00   0.46
XYZ19.834121.751726.8200
Yxy21.75170.28990.3180
Hunter Lab46.6387-5.7069-1.4481
CIE-Lab53.7626-4.1301-5.0905

#748389 color RGB value is (116,131,137).

#748389 hex color red value is 116, green value is 131 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #748389 hue: 0.55 , saturation: 0.08 and the lightness value of 748389 is 0.50.

The process color (four color CMYK) of #748389 color hex is 0.15, 0.04, 0.00, 0.46. Web safe color of #748389 is #669999. Color #748389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000011 10001001
Octal 164 203 211
Decimal 116 131 137
Hex 74 83 89

RGB Percentages of Color #748389

%30.21
%34.11
%35.68

CMYK Percentages of Color #748389

%15
%4
%0
%46

Triadic Colors of #748389

#748389 #897483 #838974

Analogous Colors of #748389

#748389 #747989 #748985

Monochromatic Colors of #748389

#748389

Complementary Color

#748389 #897a74

#748389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748389 Color CSS Codes

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

#748389 Text Font Color

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

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


#748389 Background Color

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

This div background color is #748389


#748389 Border Color

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

This div border color is #748389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748389


Comments

No comments written yet.

Please login to write comment.