Color Hex Logo

#747589 Color Hex

#747589
(116,117,137)
0 Favorites   0 Comments

Color spaces of #747589

RGB 116117137
HSL0.660.080.50
HSV237°15°54°
CMYK 0.150.150.00   0.46
XYZ18.079118.241726.2350
Yxy18.24170.28900.2916
Hunter Lab42.71030.8153-6.5219
CIE-Lab49.78803.9830-11.0250

#747589 color RGB value is (116,117,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110101 10001001
Octal 164 165 211
Decimal 116 117 137
Hex 74 75 89

RGB Percentages of Color #747589

%31.35
%31.62
%37.03

CMYK Percentages of Color #747589

%15
%15
%0
%46

Triadic Colors of #747589

#747589 #897475 #758974

Analogous Colors of #747589

#747589 #7e7489 #748089

Monochromatic Colors of #747589

#747589

Complementary Color

#747589 #898874

#747589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747589 Color CSS Codes

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

#747589 Text Font Color

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

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


#747589 Background Color

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

This div background color is #747589


#747589 Border Color

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

This div border color is #747589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747589


Comments

No comments written yet.

Please login to write comment.