Color Hex Logo

#745caa Color Hex

#745CAA
(116,92,170)
0 Favorites   0 Comments

Color spaces of #745caa

RGB 11692170
HSL0.720.310.51
HSV258°46°67°
CMYK 0.320.460.00   0.33
XYZ18.285314.269639.8208
Yxy14.26960.25260.1972
Hunter Lab37.775120.2976-36.0582
CIE-Lab44.617127.3603-38.5132

#745caa color RGB value is (116,92,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011100 10101010
Octal 164 134 252
Decimal 116 92 170
Hex 74 5C AA

RGB Percentages of Color #745caa

%30.69
%24.34
%44.97

CMYK Percentages of Color #745caa

%32
%46
%0
%33

Triadic Colors of #745caa

#745caa #aa745c #5caa74

Analogous Colors of #745caa

#745caa #9b5caa #5c6baa

Monochromatic Colors of #745caa

#745caa

Complementary Color

#745caa #92aa5c

#745caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#745caa Color CSS Codes

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

#745caa Text Font Color

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

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


#745caa Background Color

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

This div background color is #745caa


#745caa Border Color

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

This div border color is #745caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745caa


Comments

No comments written yet.

Please login to write comment.