Color Hex Logo

#746aaa Color Hex

#746AAA
(116,106,170)
0 Favorites   0 Comments

Color spaces of #746aaa

RGB 116106170
HSL0.690.270.54
HSV249°38°67°
CMYK 0.320.380.00   0.33
XYZ19.612216.923440.2631
Yxy16.92340.25540.2204
Hunter Lab41.138113.1067-29.2323
CIE-Lab48.163418.8941-32.9265

#746aaa color RGB value is (116,106,170).

#746aaa hex color red value is 116, green value is 106 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #746aaa hue: 0.69 , saturation: 0.27 and the lightness value of 746aaa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101010 10101010
Octal 164 152 252
Decimal 116 106 170
Hex 74 6A AA

RGB Percentages of Color #746aaa

%29.59
%27.04
%43.37

CMYK Percentages of Color #746aaa

%32
%38
%0
%33

Triadic Colors of #746aaa

#746aaa #aa746a #6aaa74

Analogous Colors of #746aaa

#746aaa #946aaa #6a80aa

Monochromatic Colors of #746aaa

#746aaa

Complementary Color

#746aaa #a0aa6a

#746aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#746aaa Color CSS Codes

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

#746aaa Text Font Color

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

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


#746aaa Background Color

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

This div background color is #746aaa


#746aaa Border Color

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

This div border color is #746aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746aaa


Comments

No comments written yet.

Please login to write comment.