Color Hex Logo

#744964 Color Hex

#744964
(116,73,100)
0 Favorites   0 Comments

Color spaces of #744964

RGB 11673100
HSL0.900.230.37
HSV322°37°45°
CMYK 0.000.370.14   0.55
XYZ11.88539.398213.2442
Yxy9.39820.34420.2722
Hunter Lab30.656515.5543-4.1549
CIE-Lab36.739922.7037-8.1641

#744964 color RGB value is (116,73,100).

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

The process color (four color CMYK) of #744964 color hex is 0.00, 0.37, 0.14, 0.55. Web safe color of #744964 is #663366. Color #744964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001001 01100100
Octal 164 111 144
Decimal 116 73 100
Hex 74 49 64

RGB Percentages of Color #744964

%40.14
%25.26
%34.60

CMYK Percentages of Color #744964

%0
%37
%14
%55

Triadic Colors of #744964

#744964 #647449 #496474

Analogous Colors of #744964

#744964 #74494f #6f4974

Monochromatic Colors of #744964

#744964

Complementary Color

#744964 #497459

#744964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744964 Color CSS Codes

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

#744964 Text Font Color

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

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


#744964 Background Color

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

This div background color is #744964


#744964 Border Color

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

This div border color is #744964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744964


Comments

No comments written yet.

Please login to write comment.