Color Hex Logo

#744596 Color Hex

#744596
(116,69,150)
0 Favorites   0 Comments

Color spaces of #744596

RGB 11669150
HSL0.760.370.43
HSV275°54°59°
CMYK 0.230.540.00   0.41
XYZ14.835610.171330.0355
Yxy10.17130.26950.1848
Hunter Lab31.892527.2220-33.5130
CIE-Lab38.148135.8135-36.8343

#744596 color RGB value is (116,69,150).

#744596 hex color red value is 116, green value is 69 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #744596 hue: 0.76 , saturation: 0.37 and the lightness value of 744596 is 0.43.

The process color (four color CMYK) of #744596 color hex is 0.23, 0.54, 0.00, 0.41. Web safe color of #744596 is #663399. Color #744596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000101 10010110
Octal 164 105 226
Decimal 116 69 150
Hex 74 45 96

RGB Percentages of Color #744596

%34.63
%20.60
%44.78

CMYK Percentages of Color #744596

%23
%54
%0
%41

Triadic Colors of #744596

#744596 #967445 #459674

Analogous Colors of #744596

#744596 #964590 #4b4596

Monochromatic Colors of #744596

#744596

Complementary Color

#744596 #679645

#744596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744596 Color CSS Codes

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

#744596 Text Font Color

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

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


#744596 Background Color

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

This div background color is #744596


#744596 Border Color

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

This div border color is #744596


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,69,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #744596; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #744596;
  -webkit-box-shadow: 1px 1px 3px 2px #744596;
  box-shadow:         1px 1px 3px 2px #744596; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,69,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #744596">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744596


Comments

No comments written yet.

Please login to write comment.