Color Hex Logo

#746eaa Color Hex

#746EAA
(116,110,170)
0 Favorites   0 Comments

Color spaces of #746eaa

RGB 116110170
HSL0.680.260.55
HSV246°35°67°
CMYK 0.320.350.00   0.33
XYZ20.034117.767140.4037
Yxy17.76710.25620.2272
Hunter Lab42.151011.0755-27.3265
CIE-Lab49.212416.4761-31.2848

#746eaa color RGB value is (116,110,170).

#746eaa hex color red value is 116, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #746eaa hue: 0.68 , saturation: 0.26 and the lightness value of 746eaa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101110 10101010
Octal 164 156 252
Decimal 116 110 170
Hex 74 6E AA

RGB Percentages of Color #746eaa

%29.29
%27.78
%42.93

CMYK Percentages of Color #746eaa

%32
%35
%0
%33

Triadic Colors of #746eaa

#746eaa #aa746e #6eaa74

Analogous Colors of #746eaa

#746eaa #926eaa #6e86aa

Monochromatic Colors of #746eaa

#746eaa

Complementary Color

#746eaa #a4aa6e

#746eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#746eaa Color CSS Codes

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

#746eaa Text Font Color

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

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


#746eaa Background Color

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

This div background color is #746eaa


#746eaa Border Color

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

This div border color is #746eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746eaa


Comments

No comments written yet.

Please login to write comment.