Color Hex Logo

#744464 Color Hex

#744464
(116,68,100)
0 Favorites   0 Comments

Color spaces of #744464

RGB 11668100
HSL0.890.260.36
HSV320°41°45°
CMYK 0.000.410.14   0.55
XYZ11.56988.767313.1391
Yxy8.76730.34560.2619
Hunter Lab29.609617.9311-5.5829
CIE-Lab35.532325.6766-9.9833

#744464 color RGB value is (116,68,100).

#744464 hex color red value is 116, green value is 68 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #744464 hue: 0.89 , saturation: 0.26 and the lightness value of 744464 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000100 01100100
Octal 164 104 144
Decimal 116 68 100
Hex 74 44 64

RGB Percentages of Color #744464

%40.85
%23.94
%35.21

CMYK Percentages of Color #744464

%0
%41
%14
%55

Triadic Colors of #744464

#744464 #647444 #446474

Analogous Colors of #744464

#744464 #74444c #6c4474

Monochromatic Colors of #744464

#744464

Complementary Color

#744464 #447454

#744464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744464 Color CSS Codes

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

#744464 Text Font Color

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

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


#744464 Background Color

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

This div background color is #744464


#744464 Border Color

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

This div border color is #744464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744464


Comments

No comments written yet.

Please login to write comment.