Color Hex Logo

#753157 Color Hex

#753157
(117,49,87)
0 Favorites   0 Comments

Color spaces of #753157

RGB 1174987
HSL0.910.410.33
HSV326°58°46°
CMYK 0.000.580.26   0.54
XYZ10.15476.66679.7684
Yxy6.66670.38190.2507
Hunter Lab25.820025.0171-4.3571
CIE-Lab31.035834.5132-8.4371

#753157 color RGB value is (117,49,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110001 01010111
Octal 165 61 127
Decimal 117 49 87
Hex 75 31 57

RGB Percentages of Color #753157

%46.25
%19.37
%34.39

CMYK Percentages of Color #753157

%0
%58
%26
%54

Triadic Colors of #753157

#753157 #577531 #315775

Analogous Colors of #753157

#753157 #753135 #713175

Monochromatic Colors of #753157

#753157

Complementary Color

#753157 #31754f

#753157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753157 Color CSS Codes

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

#753157 Text Font Color

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

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


#753157 Background Color

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

This div background color is #753157


#753157 Border Color

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

This div border color is #753157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753157


Comments

No comments written yet.

Please login to write comment.