Color Hex Logo

#757183 Color Hex

#757183
(117,113,131)
0 Favorites   0 Comments

Color spaces of #757183

RGB 117113131
HSL0.700.070.48
HSV253°14°51°
CMYK 0.110.140.00   0.49
XYZ17.338017.230923.8848
Yxy17.23090.29660.2948
Hunter Lab41.51011.9134-5.0582
CIE-Lab48.54975.3365-9.3269

#757183 color RGB value is (117,113,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110001 10000011
Octal 165 161 203
Decimal 117 113 131
Hex 75 71 83

RGB Percentages of Color #757183

%32.41
%31.30
%36.29

CMYK Percentages of Color #757183

%11
%14
%0
%49

Triadic Colors of #757183

#757183 #837571 #718375

Analogous Colors of #757183

#757183 #7e7183 #717683

Monochromatic Colors of #757183

#757183

Complementary Color

#757183 #7f8371

#757183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757183 Color CSS Codes

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

#757183 Text Font Color

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

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


#757183 Background Color

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

This div background color is #757183


#757183 Border Color

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

This div border color is #757183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757183


Comments

No comments written yet.

Please login to write comment.