Color Hex Logo

#752940 Color Hex

#752940
(117,41,64)
0 Favorites   0 Comments

Color spaces of #752940

RGB 1174164
HSL0.950.480.31
HSV342°65°46°
CMYK 0.000.650.45   0.54
XYZ9.05455.73795.4808
Yxy5.73790.44660.2830
Hunter Lab23.953925.55313.2018
CIE-Lab28.741335.50523.2946

#752940 color RGB value is (117,41,64).

#752940 hex color red value is 117, green value is 41 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #752940 hue: 0.95 , saturation: 0.48 and the lightness value of 752940 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101001 01000000
Octal 165 51 100
Decimal 117 41 64
Hex 75 29 40

RGB Percentages of Color #752940

%52.70
%18.47
%28.83

CMYK Percentages of Color #752940

%0
%65
%45
%54

Triadic Colors of #752940

#752940 #407529 #294075

Analogous Colors of #752940

#752940 #753829 #752966

Monochromatic Colors of #752940

#752940

Complementary Color

#752940 #29755e

#752940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752940 Color CSS Codes

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

#752940 Text Font Color

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

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


#752940 Background Color

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

This div background color is #752940


#752940 Border Color

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

This div border color is #752940


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,41,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 #752940">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752940


Comments

No comments written yet.

Please login to write comment.