Color Hex Logo

#745baa Color Hex

#745BAA
(116,91,170)
0 Favorites   0 Comments

Color spaces of #745baa

RGB 11691170
HSL0.720.320.51
HSV259°46°67°
CMYK 0.320.460.00   0.33
XYZ18.199214.097539.7921
Yxy14.09750.25250.1956
Hunter Lab37.546620.8140-36.5532
CIE-Lab44.372427.9612-38.9007

#745baa color RGB value is (116,91,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011011 10101010
Octal 164 133 252
Decimal 116 91 170
Hex 74 5B AA

RGB Percentages of Color #745baa

%30.77
%24.14
%45.09

CMYK Percentages of Color #745baa

%32
%46
%0
%33

Triadic Colors of #745baa

#745baa #aa745b #5baa74

Analogous Colors of #745baa

#745baa #9c5baa #5b6aaa

Monochromatic Colors of #745baa

#745baa

Complementary Color

#745baa #91aa5b

#745baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#745baa Color CSS Codes

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

#745baa Text Font Color

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

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


#745baa Background Color

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

This div background color is #745baa


#745baa Border Color

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

This div border color is #745baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745baa


Comments

No comments written yet.

Please login to write comment.