Color Hex Logo

#757fe3 Color Hex

#757FE3
(117,127,227)
0 Favorites   0 Comments

Color spaces of #757fe3

RGB 117127227
HSL0.650.660.67
HSV235°48°89°
CMYK 0.480.440.00   0.11
XYZ28.790624.506775.8859
Yxy24.50670.22290.1897
Hunter Lab49.504217.1793-56.2337
CIE-Lab56.591622.9002-52.1645

#757fe3 color RGB value is (117,127,227).

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

The process color (four color CMYK) of #757fe3 color hex is 0.48, 0.44, 0.00, 0.11. Web safe color of #757fe3 is #6666cc. Color #757fe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111111 11100011
Octal 165 177 343
Decimal 117 127 227
Hex 75 7F E3

RGB Percentages of Color #757fe3

%24.84
%26.96
%48.20

CMYK Percentages of Color #757fe3

%48
%44
%0
%11

Triadic Colors of #757fe3

#757fe3 #e3757f #7fe375

Analogous Colors of #757fe3

#757fe3 #a275e3 #75b6e3

Monochromatic Colors of #757fe3

#757fe3

Complementary Color

#757fe3 #e3d975

#757fe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757fe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757fe3 Color CSS Codes

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

#757fe3 Text Font Color

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

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


#757fe3 Background Color

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

This div background color is #757fe3


#757fe3 Border Color

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

This div border color is #757fe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757fe3


Comments

No comments written yet.

Please login to write comment.