Color Hex Logo

#745aaa Color Hex

#745AAA
(116,90,170)
0 Favorites   0 Comments

Color spaces of #745aaa

RGB 11690170
HSL0.720.320.51
HSV260°47°67°
CMYK 0.320.470.00   0.33
XYZ18.114313.927639.7638
Yxy13.92760.25230.1940
Hunter Lab37.319721.3312-37.0492
CIE-Lab44.128928.5619-39.2866

#745aaa color RGB value is (116,90,170).

#745aaa hex color red value is 116, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #745aaa hue: 0.72 , saturation: 0.32 and the lightness value of 745aaa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011010 10101010
Octal 164 132 252
Decimal 116 90 170
Hex 74 5A AA

RGB Percentages of Color #745aaa

%30.85
%23.94
%45.21

CMYK Percentages of Color #745aaa

%32
%47
%0
%33

Triadic Colors of #745aaa

#745aaa #aa745a #5aaa74

Analogous Colors of #745aaa

#745aaa #9c5aaa #5a68aa

Monochromatic Colors of #745aaa

#745aaa

Complementary Color

#745aaa #90aa5a

#745aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#745aaa Color CSS Codes

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

#745aaa Text Font Color

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

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


#745aaa Background Color

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

This div background color is #745aaa


#745aaa Border Color

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

This div border color is #745aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745aaa


Comments

No comments written yet.

Please login to write comment.