Color Hex Logo

#744563 Color Hex

#744563
(116,69,99)
0 Favorites   0 Comments

Color spaces of #744563

RGB 1166999
HSL0.890.250.36
HSV322°41°45°
CMYK 0.000.410.15   0.55
XYZ11.58278.870112.9060
Yxy8.87010.34720.2659
Hunter Lab29.782717.3001-4.8447
CIE-Lab35.733024.9039-9.0495

#744563 color RGB value is (116,69,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000101 01100011
Octal 164 105 143
Decimal 116 69 99
Hex 74 45 63

RGB Percentages of Color #744563

%40.85
%24.30
%34.86

CMYK Percentages of Color #744563

%0
%41
%15
%55

Triadic Colors of #744563

#744563 #637445 #456374

Analogous Colors of #744563

#744563 #74454b #6e4574

Monochromatic Colors of #744563

#744563

Complementary Color

#744563 #457456

#744563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744563 Color CSS Codes

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

#744563 Text Font Color

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

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


#744563 Background Color

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

This div background color is #744563


#744563 Border Color

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

This div border color is #744563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744563


Comments

No comments written yet.

Please login to write comment.