Color Hex Logo

#757187 Color Hex

#757187
(117,113,135)
0 Favorites   0 Comments

Color spaces of #757187

RGB 117113135
HSL0.700.090.49
HSV251°16°53°
CMYK 0.130.160.00   0.47
XYZ17.614417.341425.3405
Yxy17.34140.29210.2876
Hunter Lab41.64302.6277-6.9289
CIE-Lab48.68746.2419-11.4918

#757187 color RGB value is (117,113,135).

#757187 hex color red value is 117, green value is 113 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #757187 hue: 0.70 , saturation: 0.09 and the lightness value of 757187 is 0.49.

The process color (four color CMYK) of #757187 color hex is 0.13, 0.16, 0.00, 0.47. Web safe color of #757187 is #666699. Color #757187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110001 10000111
Octal 165 161 207
Decimal 117 113 135
Hex 75 71 87

RGB Percentages of Color #757187

%32.05
%30.96
%36.99

CMYK Percentages of Color #757187

%13
%16
%0
%47

Triadic Colors of #757187

#757187 #877571 #718775

Analogous Colors of #757187

#757187 #807187 #717887

Monochromatic Colors of #757187

#757187

Complementary Color

#757187 #838771

#757187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757187 Color CSS Codes

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

#757187 Text Font Color

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

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


#757187 Background Color

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

This div background color is #757187


#757187 Border Color

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

This div border color is #757187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757187


Comments

No comments written yet.

Please login to write comment.