Color Hex Logo

#757890 Color Hex

#757890
(117,120,144)
0 Favorites   0 Comments

Color spaces of #757890

RGB 117120144
HSL0.650.110.51
HSV233°19°56°
CMYK 0.190.170.00   0.44
XYZ19.086619.228529.0910
Yxy19.22850.28320.2853
Hunter Lab43.85030.9571-8.6387
CIE-Lab50.95354.2045-13.3769

#757890 color RGB value is (117,120,144).

#757890 hex color red value is 117, green value is 120 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #757890 hue: 0.65 , saturation: 0.11 and the lightness value of 757890 is 0.51.

The process color (four color CMYK) of #757890 color hex is 0.19, 0.17, 0.00, 0.44. Web safe color of #757890 is #666699. Color #757890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111000 10010000
Octal 165 170 220
Decimal 117 120 144
Hex 75 78 90

RGB Percentages of Color #757890

%30.71
%31.50
%37.80

CMYK Percentages of Color #757890

%19
%17
%0
%44

Triadic Colors of #757890

#757890 #907578 #789075

Analogous Colors of #757890

#757890 #807590 #758690

Monochromatic Colors of #757890

#757890

Complementary Color

#757890 #908d75

#757890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757890 Color CSS Codes

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

#757890 Text Font Color

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

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


#757890 Background Color

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

This div background color is #757890


#757890 Border Color

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

This div border color is #757890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757890


Comments

No comments written yet.

Please login to write comment.