Color Hex Logo

#757fe6 Color Hex

#757FE6
(117,127,230)
0 Favorites   0 Comments

Color spaces of #757fe6

RGB 117127230
HSL0.650.690.68
HSV235°49°90°
CMYK 0.490.450.00   0.10
XYZ29.208424.673878.0860
Yxy24.67380.22130.1870
Hunter Lab49.672718.0337-58.4335
CIE-Lab56.756223.8071-53.5781

#757fe6 color RGB value is (117,127,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111111 11100110
Octal 165 177 346
Decimal 117 127 230
Hex 75 7F E6

RGB Percentages of Color #757fe6

%24.68
%26.79
%48.52

CMYK Percentages of Color #757fe6

%49
%45
%0
%10

Triadic Colors of #757fe6

#757fe6 #e6757f #7fe675

Analogous Colors of #757fe6

#757fe6 #a475e6 #75b8e6

Monochromatic Colors of #757fe6

#757fe6

Complementary Color

#757fe6 #e6dc75

#757fe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757fe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757fe6 Color CSS Codes

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

#757fe6 Text Font Color

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

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


#757fe6 Background Color

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

This div background color is #757fe6


#757fe6 Border Color

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

This div border color is #757fe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757fe6


Comments

No comments written yet.

Please login to write comment.