Color Hex Logo

#752557 Color Hex

#752557
(117,37,87)
0 Favorites   0 Comments

Color spaces of #752557

RGB 1173787
HSL0.900.520.30
HSV323°68°46°
CMYK 0.000.680.26   0.54
XYZ9.71805.79329.6228
Yxy5.79320.38660.2305
Hunter Lab24.069129.9494-6.8558
CIE-Lab28.884640.3345-11.6989

#752557 color RGB value is (117,37,87).

#752557 hex color red value is 117, green value is 37 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #752557 hue: 0.90 , saturation: 0.52 and the lightness value of 752557 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100101 01010111
Octal 165 45 127
Decimal 117 37 87
Hex 75 25 57

RGB Percentages of Color #752557

%48.55
%15.35
%36.10

CMYK Percentages of Color #752557

%0
%68
%26
%54

Triadic Colors of #752557

#752557 #577525 #255775

Analogous Colors of #752557

#752557 #75252f #6b2575

Monochromatic Colors of #752557

#752557

Complementary Color

#752557 #257543

#752557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752557 Color CSS Codes

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

#752557 Text Font Color

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

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


#752557 Background Color

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

This div background color is #752557


#752557 Border Color

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

This div border color is #752557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752557


Comments

No comments written yet.

Please login to write comment.