Color Hex Logo

#744355 Color Hex

#744355
(116,67,85)
0 Favorites   0 Comments

Color spaces of #744355

RGB 1166785
HSL0.940.270.36
HSV338°42°45°
CMYK 0.000.420.27   0.55
XYZ10.84938.38329.6406
Yxy8.38320.37580.2903
Hunter Lab28.953816.21690.5261
CIE-Lab34.768523.7144-1.6092

#744355 color RGB value is (116,67,85).

#744355 hex color red value is 116, green value is 67 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #744355 hue: 0.94 , saturation: 0.27 and the lightness value of 744355 is 0.36.

The process color (four color CMYK) of #744355 color hex is 0.00, 0.42, 0.27, 0.55. Web safe color of #744355 is #663366. Color #744355 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000011 01010101
Octal 164 103 125
Decimal 116 67 85
Hex 74 43 55

RGB Percentages of Color #744355

%43.28
%25.00
%31.72

CMYK Percentages of Color #744355

%0
%42
%27
%55

Triadic Colors of #744355

#744355 #557443 #435574

Analogous Colors of #744355

#744355 #744a43 #74436e

Monochromatic Colors of #744355

#744355

Complementary Color

#744355 #437462

#744355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744355 Color CSS Codes

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

#744355 Text Font Color

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

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


#744355 Background Color

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

This div background color is #744355


#744355 Border Color

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

This div border color is #744355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744355


Comments

No comments written yet.

Please login to write comment.