Color Hex Logo

#757eae Color Hex

#757EAE
(117,126,174)
0 Favorites   0 Comments

Color spaces of #757eae

RGB 117126174
HSL0.640.260.57
HSV231°33°68°
CMYK 0.330.280.00   0.32
XYZ22.437021.759643.0619
Yxy21.75960.25710.2494
Hunter Lab46.64724.2248-22.0800
CIE-Lab53.77108.2774-26.5102

#757eae color RGB value is (117,126,174).

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

The process color (four color CMYK) of #757eae color hex is 0.33, 0.28, 0.00, 0.32. Web safe color of #757eae is #666699. Color #757eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111110 10101110
Octal 165 176 256
Decimal 117 126 174
Hex 75 7E AE

RGB Percentages of Color #757eae

%28.06
%30.22
%41.73

CMYK Percentages of Color #757eae

%33
%28
%0
%32

Triadic Colors of #757eae

#757eae #ae757e #7eae75

Analogous Colors of #757eae

#757eae #8975ae #759bae

Monochromatic Colors of #757eae

#757eae

Complementary Color

#757eae #aea575

#757eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#757eae Color CSS Codes

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

#757eae Text Font Color

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

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


#757eae Background Color

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

This div background color is #757eae


#757eae Border Color

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

This div border color is #757eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757eae


Comments

No comments written yet.

Please login to write comment.