Color Hex Logo

#757386 Color Hex

#757386
(117,115,134)
0 Favorites   0 Comments

Color spaces of #757386

RGB 117115134
HSL0.680.080.49
HSV246°14°53°
CMYK 0.130.140.00   0.47
XYZ17.769917.764625.0466
Yxy17.76460.29330.2932
Hunter Lab42.14811.4976-5.7296
CIE-Lab49.20934.8284-10.1143

#757386 color RGB value is (117,115,134).

#757386 hex color red value is 117, green value is 115 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #757386 hue: 0.68 , saturation: 0.08 and the lightness value of 757386 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110011 10000110
Octal 165 163 206
Decimal 117 115 134
Hex 75 73 86

RGB Percentages of Color #757386

%31.97
%31.42
%36.61

CMYK Percentages of Color #757386

%13
%14
%0
%47

Triadic Colors of #757386

#757386 #867573 #738675

Analogous Colors of #757386

#757386 #7f7386 #737b86

Monochromatic Colors of #757386

#757386

Complementary Color

#757386 #848673

#757386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757386 Color CSS Codes

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

#757386 Text Font Color

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

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


#757386 Background Color

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

This div background color is #757386


#757386 Border Color

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

This div border color is #757386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757386


Comments

No comments written yet.

Please login to write comment.