Color Hex Logo

#757eee Color Hex

#757EEE
(117,126,238)
0 Favorites   0 Comments

Color spaces of #757eee

RGB 117126238
HSL0.650.780.70
HSV236°51°93°
CMYK 0.510.470.00   0.07
XYZ30.229624.876784.0973
Yxy24.87670.21720.1787
Hunter Lab49.876520.9028-65.0558
CIE-Lab56.955126.8371-57.7159

#757eee color RGB value is (117,126,238).

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

The process color (four color CMYK) of #757eee color hex is 0.51, 0.47, 0.00, 0.07. Web safe color of #757eee is #6666ff. Color #757eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111110 11101110
Octal 165 176 356
Decimal 117 126 238
Hex 75 7E EE

RGB Percentages of Color #757eee

%24.32
%26.20
%49.48

CMYK Percentages of Color #757eee

%51
%47
%0
%7

Triadic Colors of #757eee

#757eee #ee757e #7eee75

Analogous Colors of #757eee

#757eee #a975ee #75bbee

Monochromatic Colors of #757eee

#757eee

Complementary Color

#757eee #eee575

#757eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#757eee Color CSS Codes

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

#757eee Text Font Color

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

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


#757eee Background Color

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

This div background color is #757eee


#757eee Border Color

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

This div border color is #757eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757eee


Comments

No comments written yet.

Please login to write comment.