Color Hex Logo

#757998 Color Hex

#757998
(117,121,152)
0 Favorites   0 Comments

Color spaces of #757998

RGB 117121152
HSL0.650.150.53
HSV233°23°60°
CMYK 0.230.200.00   0.40
XYZ19.841019.723732.4671
Yxy19.72370.27540.2738
Hunter Lab44.41142.0259-12.2562
CIE-Lab51.52345.5559-17.1962

#757998 color RGB value is (117,121,152).

#757998 hex color red value is 117, green value is 121 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #757998 hue: 0.65 , saturation: 0.15 and the lightness value of 757998 is 0.53.

The process color (four color CMYK) of #757998 color hex is 0.23, 0.20, 0.00, 0.40. Web safe color of #757998 is #666699. Color #757998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111001 10011000
Octal 165 171 230
Decimal 117 121 152
Hex 75 79 98

RGB Percentages of Color #757998

%30.00
%31.03
%38.97

CMYK Percentages of Color #757998

%23
%20
%0
%40

Triadic Colors of #757998

#757998 #987579 #799875

Analogous Colors of #757998

#757998 #837598 #758b98

Monochromatic Colors of #757998

#757998

Complementary Color

#757998 #989475

#757998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757998 Color CSS Codes

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

#757998 Text Font Color

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

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


#757998 Background Color

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

This div background color is #757998


#757998 Border Color

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

This div border color is #757998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757998


Comments

No comments written yet.

Please login to write comment.