Color Hex Logo

#753240 Color Hex

#753240
(117,50,64)
0 Favorites   0 Comments

Color spaces of #753240

RGB 1175064
HSL0.970.400.33
HSV347°57°46°
CMYK 0.000.570.45   0.54
XYZ9.40216.43335.5967
Yxy6.43330.43870.3002
Hunter Lab25.364021.78084.6721
CIE-Lab30.480330.89515.7760

#753240 color RGB value is (117,50,64).

#753240 hex color red value is 117, green value is 50 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #753240 hue: 0.97 , saturation: 0.40 and the lightness value of 753240 is 0.33.

The process color (four color CMYK) of #753240 color hex is 0.00, 0.57, 0.45, 0.54. Web safe color of #753240 is #663333. Color #753240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110010 01000000
Octal 165 62 100
Decimal 117 50 64
Hex 75 32 40

RGB Percentages of Color #753240

%50.65
%21.65
%27.71

CMYK Percentages of Color #753240

%0
%57
%45
%54

Triadic Colors of #753240

#753240 #407532 #324075

Analogous Colors of #753240

#753240 #754632 #753261

Monochromatic Colors of #753240

#753240

Complementary Color

#753240 #327567

#753240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753240 Color CSS Codes

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

#753240 Text Font Color

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

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


#753240 Background Color

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

This div background color is #753240


#753240 Border Color

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

This div border color is #753240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753240


Comments

No comments written yet.

Please login to write comment.