Color Hex Logo

#757984 Color Hex

#757984
(117,121,132)
1 Favorites   0 Comments

Color spaces of #757984

RGB 117121132
HSL0.620.060.49
HSV224°11°52°
CMYK 0.110.080.00   0.48
XYZ18.338319.122624.5543
Yxy19.12260.29570.3084
Hunter Lab43.7294-1.6709-2.6811
CIE-Lab50.83030.8577-6.5113

#757984 color RGB value is (117,121,132).

#757984 hex color red value is 117, green value is 121 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #757984 hue: 0.62 , saturation: 0.06 and the lightness value of 757984 is 0.49.

The process color (four color CMYK) of #757984 color hex is 0.11, 0.08, 0.00, 0.48. Web safe color of #757984 is #666699. Color #757984 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111001 10000100
Octal 165 171 204
Decimal 117 121 132
Hex 75 79 84

RGB Percentages of Color #757984

%31.62
%32.70
%35.68

CMYK Percentages of Color #757984

%11
%8
%0
%48

Triadic Colors of #757984

#757984 #847579 #798475

Analogous Colors of #757984

#757984 #797584 #758184

Monochromatic Colors of #757984

#757984

Complementary Color

#757984 #848075

#757984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757984 Color CSS Codes

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

#757984 Text Font Color

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

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


#757984 Background Color

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

This div background color is #757984


#757984 Border Color

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

This div border color is #757984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757984

#757984 Color Palettes


Comments

No comments written yet.

Please login to write comment.