Color Hex Logo

#753144 Color Hex

#753144
(117,49,68)
0 Favorites   0 Comments

Color spaces of #753144

RGB 1174968
HSL0.950.410.33
HSV343°58°46°
CMYK 0.000.580.42   0.54
XYZ9.47786.39596.2038
Yxy6.39590.42930.2897
Hunter Lab25.290122.63753.1589
CIE-Lab30.390131.90303.0234

#753144 color RGB value is (117,49,68).

#753144 hex color red value is 117, green value is 49 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #753144 hue: 0.95 , saturation: 0.41 and the lightness value of 753144 is 0.33.

The process color (four color CMYK) of #753144 color hex is 0.00, 0.58, 0.42, 0.54. Web safe color of #753144 is #663333. Color #753144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110001 01000100
Octal 165 61 104
Decimal 117 49 68
Hex 75 31 44

RGB Percentages of Color #753144

%50.00
%20.94
%29.06

CMYK Percentages of Color #753144

%0
%58
%42
%54

Triadic Colors of #753144

#753144 #447531 #314475

Analogous Colors of #753144

#753144 #754031 #753166

Monochromatic Colors of #753144

#753144

Complementary Color

#753144 #317562

#753144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753144 Color CSS Codes

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

#753144 Text Font Color

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

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


#753144 Background Color

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

This div background color is #753144


#753144 Border Color

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

This div border color is #753144


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,49,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753144


Comments

No comments written yet.

Please login to write comment.