Color Hex Logo

#747486 Color Hex

#747486
(116,116,134)
0 Favorites   0 Comments

Color spaces of #747486

RGB 116116134
HSL0.670.070.49
HSV240°13°53°
CMYK 0.130.130.00   0.47
XYZ17.750917.925025.0786
Yxy17.92500.29220.2950
Hunter Lab42.33790.7478-5.4835
CIE-Lab49.40503.8830-9.8291

#747486 color RGB value is (116,116,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110100 10000110
Octal 164 164 206
Decimal 116 116 134
Hex 74 74 86

RGB Percentages of Color #747486

%31.69
%31.69
%36.61

CMYK Percentages of Color #747486

%13
%13
%0
%47

Triadic Colors of #747486

#747486 #867474 #748674

Analogous Colors of #747486

#747486 #7d7486 #747d86

Monochromatic Colors of #747486

#747486

Complementary Color

#747486 #868674

#747486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747486 Color CSS Codes

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

#747486 Text Font Color

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

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


#747486 Background Color

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

This div background color is #747486


#747486 Border Color

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

This div border color is #747486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747486


Comments

No comments written yet.

Please login to write comment.