Color Hex Logo

#757fee Color Hex

#757FEE
(117,127,238)
0 Favorites   0 Comments

Color spaces of #757fee

RGB 117127238
HSL0.650.780.70
HSV235°51°93°
CMYK 0.510.470.00   0.07
XYZ30.358125.133784.1402
Yxy25.13370.21740.1800
Hunter Lab50.133520.3561-64.4143
CIE-Lab57.205526.2409-57.3154

#757fee color RGB value is (117,127,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111111 11101110
Octal 165 177 356
Decimal 117 127 238
Hex 75 7F EE

RGB Percentages of Color #757fee

%24.27
%26.35
%49.38

CMYK Percentages of Color #757fee

%51
%47
%0
%7

Triadic Colors of #757fee

#757fee #ee757f #7fee75

Analogous Colors of #757fee

#757fee #a875ee #75bcee

Monochromatic Colors of #757fee

#757fee

Complementary Color

#757fee #eee475

#757fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#757fee Color CSS Codes

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

#757fee Text Font Color

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

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


#757fee Background Color

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

This div background color is #757fee


#757fee Border Color

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

This div border color is #757fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757fee


Comments

No comments written yet.

Please login to write comment.