Color Hex Logo

#747088 Color Hex

#747088
(116,112,136)
0 Favorites   0 Comments

Color spaces of #747088

RGB 116112136
HSL0.690.100.49
HSV250°18°53°
CMYK 0.150.180.00   0.47
XYZ17.440617.078925.6699
Yxy17.07890.28980.2838
Hunter Lab41.32663.0087-7.8992
CIE-Lab48.35936.7153-12.5881

#747088 color RGB value is (116,112,136).

#747088 hex color red value is 116, green value is 112 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #747088 hue: 0.69 , saturation: 0.10 and the lightness value of 747088 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110000 10001000
Octal 164 160 210
Decimal 116 112 136
Hex 74 70 88

RGB Percentages of Color #747088

%31.87
%30.77
%37.36

CMYK Percentages of Color #747088

%15
%18
%0
%47

Triadic Colors of #747088

#747088 #887470 #708874

Analogous Colors of #747088

#747088 #807088 #707888

Monochromatic Colors of #747088

#747088

Complementary Color

#747088 #848870

#747088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747088 Color CSS Codes

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

#747088 Text Font Color

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

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


#747088 Background Color

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

This div background color is #747088


#747088 Border Color

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

This div border color is #747088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747088


Comments

No comments written yet.

Please login to write comment.