Color Hex Logo

#747586 Color Hex

#747586
(116,117,134)
0 Favorites   0 Comments

Color spaces of #747586

RGB 116117134
HSL0.660.070.49
HSV237°13°53°
CMYK 0.130.130.00   0.47
XYZ17.866818.156825.1172
Yxy18.15680.29220.2970
Hunter Lab42.61080.2765-5.1213
CIE-Lab49.68573.2936-9.4080

#747586 color RGB value is (116,117,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110101 10000110
Octal 164 165 206
Decimal 116 117 134
Hex 74 75 86

RGB Percentages of Color #747586

%31.61
%31.88
%36.51

CMYK Percentages of Color #747586

%13
%13
%0
%47

Triadic Colors of #747586

#747586 #867475 #758674

Analogous Colors of #747586

#747586 #7c7486 #747e86

Monochromatic Colors of #747586

#747586

Complementary Color

#747586 #868574

#747586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747586 Color CSS Codes

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

#747586 Text Font Color

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

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


#747586 Background Color

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

This div background color is #747586


#747586 Border Color

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

This div border color is #747586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747586


Comments

No comments written yet.

Please login to write comment.