Color Hex Logo

#747eaa Color Hex

#747EAA
(116,126,170)
0 Favorites   0 Comments

Color spaces of #747eaa

RGB 116126170
HSL0.640.240.56
HSV229°32°67°
CMYK 0.320.260.00   0.33
XYZ21.919021.537041.0320
Yxy21.53700.25940.2549
Hunter Lab46.40803.0936-19.9362
CIE-Lab53.53236.9098-24.5779

#747eaa color RGB value is (116,126,170).

#747eaa hex color red value is 116, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #747eaa hue: 0.64 , saturation: 0.24 and the lightness value of 747eaa is 0.56.

The process color (four color CMYK) of #747eaa color hex is 0.32, 0.26, 0.00, 0.33. Web safe color of #747eaa is #666699. Color #747eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111110 10101010
Octal 164 176 252
Decimal 116 126 170
Hex 74 7E AA

RGB Percentages of Color #747eaa

%28.16
%30.58
%41.26

CMYK Percentages of Color #747eaa

%32
%26
%0
%33

Triadic Colors of #747eaa

#747eaa #aa747e #7eaa74

Analogous Colors of #747eaa

#747eaa #8574aa #7499aa

Monochromatic Colors of #747eaa

#747eaa

Complementary Color

#747eaa #aaa074

#747eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#747eaa Color CSS Codes

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

#747eaa Text Font Color

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

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


#747eaa Background Color

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

This div background color is #747eaa


#747eaa Border Color

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

This div border color is #747eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747eaa


Comments

No comments written yet.

Please login to write comment.