Color Hex Logo

#757fe5 Color Hex

#757FE5
(117,127,229)
0 Favorites   0 Comments

Color spaces of #757fe5

RGB 117127229
HSL0.650.680.68
HSV235°49°90°
CMYK 0.490.450.00   0.10
XYZ29.068324.617877.3484
Yxy24.61780.22180.1879
Hunter Lab49.616317.7477-57.6976
CIE-Lab56.701123.5042-53.1076

#757fe5 color RGB value is (117,127,229).

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

The process color (four color CMYK) of #757fe5 color hex is 0.49, 0.45, 0.00, 0.10. Web safe color of #757fe5 is #6666cc. Color #757fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111111 11100101
Octal 165 177 345
Decimal 117 127 229
Hex 75 7F E5

RGB Percentages of Color #757fe5

%24.74
%26.85
%48.41

CMYK Percentages of Color #757fe5

%49
%45
%0
%10

Triadic Colors of #757fe5

#757fe5 #e5757f #7fe575

Analogous Colors of #757fe5

#757fe5 #a375e5 #75b7e5

Monochromatic Colors of #757fe5

#757fe5

Complementary Color

#757fe5 #e5db75

#757fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757fe5 Color CSS Codes

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

#757fe5 Text Font Color

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

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


#757fe5 Background Color

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

This div background color is #757fe5


#757fe5 Border Color

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

This div border color is #757fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757fe5


Comments

No comments written yet.

Please login to write comment.