Color Hex Logo

#744976 Color Hex

#744976
(116,73,118)
0 Favorites   0 Comments

Color spaces of #744976

RGB 11673118
HSL0.830.240.37
HSV297°38°46°
CMYK 0.020.380.00   0.54
XYZ12.85509.786118.3509
Yxy9.78610.31360.2387
Hunter Lab31.282718.6061-12.8824
CIE-Lab37.455826.2411-18.3095

#744976 color RGB value is (116,73,118).

#744976 hex color red value is 116, green value is 73 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #744976 hue: 0.83 , saturation: 0.24 and the lightness value of 744976 is 0.37.

The process color (four color CMYK) of #744976 color hex is 0.02, 0.38, 0.00, 0.54. Web safe color of #744976 is #663366. Color #744976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001001 01110110
Octal 164 111 166
Decimal 116 73 118
Hex 74 49 76

RGB Percentages of Color #744976

%37.79
%23.78
%38.44

CMYK Percentages of Color #744976

%2
%38
%0
%54

Triadic Colors of #744976

#744976 #767449 #497674

Analogous Colors of #744976

#744976 #764962 #5e4976

Monochromatic Colors of #744976

#744976

Complementary Color

#744976 #4b7649

#744976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744976 Color CSS Codes

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

#744976 Text Font Color

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

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


#744976 Background Color

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

This div background color is #744976


#744976 Border Color

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

This div border color is #744976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744976


Comments

No comments written yet.

Please login to write comment.