Color Hex Logo

#744caa Color Hex

#744CAA
(116,76,170)
0 Favorites   0 Comments

Color spaces of #744caa

RGB 11676170
HSL0.740.380.48
HSV266°55°67°
CMYK 0.320.550.00   0.33
XYZ17.042611.784239.4065
Yxy11.78420.24980.1727
Hunter Lab34.328128.5442-44.0315
CIE-Lab40.871136.8142-44.4741

#744caa color RGB value is (116,76,170).

#744caa hex color red value is 116, green value is 76 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #744caa hue: 0.74 , saturation: 0.38 and the lightness value of 744caa is 0.48.

The process color (four color CMYK) of #744caa color hex is 0.32, 0.55, 0.00, 0.33. Web safe color of #744caa is #663399. Color #744caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001100 10101010
Octal 164 114 252
Decimal 116 76 170
Hex 74 4C AA

RGB Percentages of Color #744caa

%32.04
%20.99
%46.96

CMYK Percentages of Color #744caa

%32
%55
%0
%33

Triadic Colors of #744caa

#744caa #aa744c #4caa74

Analogous Colors of #744caa

#744caa #a34caa #4c53aa

Monochromatic Colors of #744caa

#744caa

Complementary Color

#744caa #82aa4c

#744caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#744caa Color CSS Codes

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

#744caa Text Font Color

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

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


#744caa Background Color

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

This div background color is #744caa


#744caa Border Color

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

This div border color is #744caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744caa


Comments

No comments written yet.

Please login to write comment.