Color Hex Logo

#757588 Color Hex

#757588
(117,117,136)
0 Favorites   0 Comments

Color spaces of #757588

RGB 117117136
HSL0.670.080.50
HSV240°14°53°
CMYK 0.140.140.00   0.47
XYZ18.141318.282125.8652
Yxy18.28210.29120.2935
Hunter Lab42.75760.9087-5.9358
CIE-Lab49.83654.1032-10.3538

#757588 color RGB value is (117,117,136).

#757588 hex color red value is 117, green value is 117 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #757588 hue: 0.67 , saturation: 0.08 and the lightness value of 757588 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110101 10001000
Octal 165 165 210
Decimal 117 117 136
Hex 75 75 88

RGB Percentages of Color #757588

%31.62
%31.62
%36.76

CMYK Percentages of Color #757588

%14
%14
%0
%47

Triadic Colors of #757588

#757588 #887575 #758875

Analogous Colors of #757588

#757588 #7f7588 #757f88

Monochromatic Colors of #757588

#757588

Complementary Color

#757588 #888875

#757588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757588 Color CSS Codes

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

#757588 Text Font Color

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

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


#757588 Background Color

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

This div background color is #757588


#757588 Border Color

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

This div border color is #757588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757588


Comments

No comments written yet.

Please login to write comment.