Color Hex Logo

#757eaa Color Hex

#757EAA
(117,126,170)
0 Favorites   0 Comments

Color spaces of #757eaa

RGB 117126170
HSL0.640.240.56
HSV230°31°67°
CMYK 0.310.260.00   0.33
XYZ22.052721.605941.0383
Yxy21.60590.26040.2551
Hunter Lab46.48213.3427-19.8086
CIE-Lab53.60637.2127-24.4576

#757eaa color RGB value is (117,126,170).

#757eaa hex color red value is 117, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #757eaa hue: 0.64 , saturation: 0.24 and the lightness value of 757eaa is 0.56.

The process color (four color CMYK) of #757eaa color hex is 0.31, 0.26, 0.00, 0.33. Web safe color of #757eaa is #666699. Color #757eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111110 10101010
Octal 165 176 252
Decimal 117 126 170
Hex 75 7E AA

RGB Percentages of Color #757eaa

%28.33
%30.51
%41.16

CMYK Percentages of Color #757eaa

%31
%26
%0
%33

Triadic Colors of #757eaa

#757eaa #aa757e #7eaa75

Analogous Colors of #757eaa

#757eaa #8775aa #7599aa

Monochromatic Colors of #757eaa

#757eaa

Complementary Color

#757eaa #aaa175

#757eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#757eaa Color CSS Codes

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

#757eaa Text Font Color

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

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


#757eaa Background Color

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

This div background color is #757eaa


#757eaa Border Color

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

This div border color is #757eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,126,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #757eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #757eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #757eaa;
  box-shadow:         1px 1px 3px 2px #757eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757eaa


Comments

No comments written yet.

Please login to write comment.