Color Hex Logo

#747496 Color Hex

#747496
(116,116,150)
0 Favorites   0 Comments

Color spaces of #747496

RGB 116116150
HSL0.670.140.52
HSV240°23°59°
CMYK 0.230.230.00   0.41
XYZ18.952918.405831.4079
Yxy18.40580.27560.2677
Hunter Lab42.90203.7779-13.3739
CIE-Lab49.98467.6952-18.3801

#747496 color RGB value is (116,116,150).

#747496 hex color red value is 116, green value is 116 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #747496 hue: 0.67 , saturation: 0.14 and the lightness value of 747496 is 0.52.

The process color (four color CMYK) of #747496 color hex is 0.23, 0.23, 0.00, 0.41. Web safe color of #747496 is #666699. Color #747496 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110100 10010110
Octal 164 164 226
Decimal 116 116 150
Hex 74 74 96

RGB Percentages of Color #747496

%30.37
%30.37
%39.27

CMYK Percentages of Color #747496

%23
%23
%0
%41

Triadic Colors of #747496

#747496 #967474 #749674

Analogous Colors of #747496

#747496 #857496 #748596

Monochromatic Colors of #747496

#747496

Complementary Color

#747496 #969674

#747496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747496 Color CSS Codes

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

#747496 Text Font Color

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

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


#747496 Background Color

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

This div background color is #747496


#747496 Border Color

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

This div border color is #747496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747496


Comments

No comments written yet.

Please login to write comment.