Color Hex Logo

#757eda Color Hex

#757EDA
(117,126,218)
0 Favorites   0 Comments

Color spaces of #757eda

RGB 117126218
HSL0.650.580.66
HSV235°46°85°
CMYK 0.460.420.00   0.15
XYZ27.451923.765669.4700
Yxy23.76560.22750.1969
Hunter Lab48.750015.2038-50.3648
CIE-Lab55.852320.7992-48.2939

#757eda color RGB value is (117,126,218).

#757eda hex color red value is 117, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #757eda hue: 0.65 , saturation: 0.58 and the lightness value of 757eda is 0.66.

The process color (four color CMYK) of #757eda color hex is 0.46, 0.42, 0.00, 0.15. Web safe color of #757eda is #6666cc. Color #757eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111110 11011010
Octal 165 176 332
Decimal 117 126 218
Hex 75 7E DA

RGB Percentages of Color #757eda

%25.38
%27.33
%47.29

CMYK Percentages of Color #757eda

%46
%42
%0
%15

Triadic Colors of #757eda

#757eda #da757e #7eda75

Analogous Colors of #757eda

#757eda #9f75da #75b1da

Monochromatic Colors of #757eda

#757eda

Complementary Color

#757eda #dad175

#757eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#757eda Color CSS Codes

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

#757eda Text Font Color

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

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


#757eda Background Color

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

This div background color is #757eda


#757eda Border Color

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

This div border color is #757eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757eda


Comments

No comments written yet.

Please login to write comment.