Color Hex Logo

#753257 Color Hex

#753257
(117,50,87)
0 Favorites   0 Comments

Color spaces of #753257

RGB 1175087
HSL0.910.400.33
HSV327°57°46°
CMYK 0.000.570.26   0.54
XYZ10.19706.75129.7825
Yxy6.75120.38150.2526
Hunter Lab25.983124.5816-4.1342
CIE-Lab31.233733.9892-8.1390

#753257 color RGB value is (117,50,87).

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

The process color (four color CMYK) of #753257 color hex is 0.00, 0.57, 0.26, 0.54. Web safe color of #753257 is #663366. Color #753257 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110010 01010111
Octal 165 62 127
Decimal 117 50 87
Hex 75 32 57

RGB Percentages of Color #753257

%46.06
%19.69
%34.25

CMYK Percentages of Color #753257

%0
%57
%26
%54

Triadic Colors of #753257

#753257 #577532 #325775

Analogous Colors of #753257

#753257 #753236 #723275

Monochromatic Colors of #753257

#753257

Complementary Color

#753257 #327550

#753257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753257 Color CSS Codes

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

#753257 Text Font Color

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

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


#753257 Background Color

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

This div background color is #753257


#753257 Border Color

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

This div border color is #753257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753257


Comments

No comments written yet.

Please login to write comment.