Color Hex Logo

#744669 Color Hex

#744669
(116,70,105)
0 Favorites   0 Comments

Color spaces of #744669

RGB 11670105
HSL0.870.250.36
HSV314°40°45°
CMYK 0.000.400.09   0.55
XYZ11.94249.113214.4942
Yxy9.11320.33590.2564
Hunter Lab30.188117.7854-7.3353
CIE-Lab36.201325.4250-12.1170

#744669 color RGB value is (116,70,105).

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

The process color (four color CMYK) of #744669 color hex is 0.00, 0.40, 0.09, 0.55. Web safe color of #744669 is #663366. Color #744669 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000110 01101001
Octal 164 106 151
Decimal 116 70 105
Hex 74 46 69

RGB Percentages of Color #744669

%39.86
%24.05
%36.08

CMYK Percentages of Color #744669

%0
%40
%9
%55

Triadic Colors of #744669

#744669 #697446 #466974

Analogous Colors of #744669

#744669 #744652 #684674

Monochromatic Colors of #744669

#744669

Complementary Color

#744669 #467451

#744669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744669 Color CSS Codes

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

#744669 Text Font Color

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

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


#744669 Background Color

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

This div background color is #744669


#744669 Border Color

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

This div border color is #744669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744669

#744669 Color Palettes


Comments

No comments written yet.

Please login to write comment.