Color Hex Logo

#747293 Color Hex

#747293
(116,114,147)
0 Favorites   0 Comments

Color spaces of #747293

RGB 116114147
HSL0.680.130.51
HSV244°22°58°
CMYK 0.210.220.00   0.42
XYZ18.486217.854230.0756
Yxy17.85420.27830.2688
Hunter Lab42.25424.1487-12.6233
CIE-Lab49.31888.1477-17.6325

#747293 color RGB value is (116,114,147).

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

The process color (four color CMYK) of #747293 color hex is 0.21, 0.22, 0.00, 0.42. Web safe color of #747293 is #666699. Color #747293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110010 10010011
Octal 164 162 223
Decimal 116 114 147
Hex 74 72 93

RGB Percentages of Color #747293

%30.77
%30.24
%38.99

CMYK Percentages of Color #747293

%21
%22
%0
%42

Triadic Colors of #747293

#747293 #937472 #729374

Analogous Colors of #747293

#747293 #857293 #728193

Monochromatic Colors of #747293

#747293

Complementary Color

#747293 #919372

#747293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747293 Color CSS Codes

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

#747293 Text Font Color

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

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


#747293 Background Color

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

This div background color is #747293


#747293 Border Color

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

This div border color is #747293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747293

#747293 Color Palettes


Comments

No comments written yet.

Please login to write comment.