Color Hex Logo

#757692 Color Hex

#757692
(117,118,146)
1 Favorites   0 Comments

Color spaces of #757692

RGB 117118146
HSL0.660.120.52
HSV238°20°57°
CMYK 0.200.190.00   0.43
XYZ19.002918.814129.8241
Yxy18.81410.28090.2781
Hunter Lab43.37522.2951-10.4042
CIE-Lab50.46905.8641-15.2853

#757692 color RGB value is (117,118,146).

#757692 hex color red value is 117, green value is 118 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #757692 hue: 0.66 , saturation: 0.12 and the lightness value of 757692 is 0.52.

The process color (four color CMYK) of #757692 color hex is 0.20, 0.19, 0.00, 0.43. Web safe color of #757692 is #666699. Color #757692 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110110 10010010
Octal 165 166 222
Decimal 117 118 146
Hex 75 76 92

RGB Percentages of Color #757692

%30.71
%30.97
%38.32

CMYK Percentages of Color #757692

%20
%19
%0
%43

Triadic Colors of #757692

#757692 #927576 #769275

Analogous Colors of #757692

#757692 #837592 #758592

Monochromatic Colors of #757692

#757692

Complementary Color

#757692 #929175

#757692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757692 Color CSS Codes

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

#757692 Text Font Color

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

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


#757692 Background Color

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

This div background color is #757692


#757692 Border Color

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

This div border color is #757692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757692


Comments

No comments written yet.

Please login to write comment.