Color Hex Logo

#753147 Color Hex

#753147
(117,49,71)
0 Favorites   0 Comments

Color spaces of #753147

RGB 1174971
HSL0.950.410.33
HSV341°58°46°
CMYK 0.000.580.39   0.54
XYZ9.57186.43356.6985
Yxy6.43350.42160.2834
Hunter Lab25.364322.97332.0971
CIE-Lab30.480832.27591.1862

#753147 color RGB value is (117,49,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110001 01000111
Octal 165 61 107
Decimal 117 49 71
Hex 75 31 47

RGB Percentages of Color #753147

%49.37
%20.68
%29.96

CMYK Percentages of Color #753147

%0
%58
%39
%54

Triadic Colors of #753147

#753147 #477531 #314775

Analogous Colors of #753147

#753147 #753d31 #753169

Monochromatic Colors of #753147

#753147

Complementary Color

#753147 #31755f

#753147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753147 Color CSS Codes

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

#753147 Text Font Color

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

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


#753147 Background Color

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

This div background color is #753147


#753147 Border Color

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

This div border color is #753147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753147


Comments

No comments written yet.

Please login to write comment.