Color Hex Logo

#757dae Color Hex

#757DAE
(117,125,174)
0 Favorites   0 Comments

Color spaces of #757dae

RGB 117125174
HSL0.640.260.57
HSV232°33°68°
CMYK 0.330.280.00   0.32
XYZ22.309721.505143.0195
Yxy21.50510.25690.2477
Hunter Lab46.37364.7201-22.5402
CIE-Lab53.49798.8689-26.9329

#757dae color RGB value is (117,125,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111101 10101110
Octal 165 175 256
Decimal 117 125 174
Hex 75 7D AE

RGB Percentages of Color #757dae

%28.13
%30.05
%41.83

CMYK Percentages of Color #757dae

%33
%28
%0
%32

Triadic Colors of #757dae

#757dae #ae757d #7dae75

Analogous Colors of #757dae

#757dae #8a75ae #759aae

Monochromatic Colors of #757dae

#757dae

Complementary Color

#757dae #aea675

#757dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#757dae Color CSS Codes

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

#757dae Text Font Color

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

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


#757dae Background Color

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

This div background color is #757dae


#757dae Border Color

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

This div border color is #757dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,125,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 #757dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757dae


Comments

No comments written yet.

Please login to write comment.