Color Hex Logo

#747296 Color Hex

#747296
(116,114,150)
0 Favorites   0 Comments

Color spaces of #747296

RGB 116114150
HSL0.680.150.52
HSV243°24°59°
CMYK 0.230.240.00   0.41
XYZ18.724817.949631.3319
Yxy17.94960.27530.2639
Hunter Lab42.36704.7489-14.1902
CIE-Lab49.43498.8881-19.2212

#747296 color RGB value is (116,114,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110010 10010110
Octal 164 162 226
Decimal 116 114 150
Hex 74 72 96

RGB Percentages of Color #747296

%30.53
%30.00
%39.47

CMYK Percentages of Color #747296

%23
%24
%0
%41

Triadic Colors of #747296

#747296 #967472 #729674

Analogous Colors of #747296

#747296 #867296 #728296

Monochromatic Colors of #747296

#747296

Complementary Color

#747296 #949672

#747296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747296 Color CSS Codes

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

#747296 Text Font Color

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

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


#747296 Background Color

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

This div background color is #747296


#747296 Border Color

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

This div border color is #747296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747296


Comments

No comments written yet.

Please login to write comment.