Color Hex Logo

#757efa Color Hex

#757EFA
(117,126,250)
0 Favorites   0 Comments

Color spaces of #757efa

RGB 117126250
HSL0.660.930.72
HSV236°53°98°
CMYK 0.530.500.00   0.02
XYZ32.052325.605793.6955
Yxy25.60570.21180.1692
Hunter Lab50.602124.5116-74.3607
CIE-Lab57.660930.5211-63.2302

#757efa color RGB value is (117,126,250).

#757efa hex color red value is 117, green value is 126 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #757efa hue: 0.66 , saturation: 0.93 and the lightness value of 757efa is 0.72.

The process color (four color CMYK) of #757efa color hex is 0.53, 0.50, 0.00, 0.02. Web safe color of #757efa is #6666ff. Color #757efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111110 11111010
Octal 165 176 372
Decimal 117 126 250
Hex 75 7E FA

RGB Percentages of Color #757efa

%23.73
%25.56
%50.71

CMYK Percentages of Color #757efa

%53
%50
%0
%2

Triadic Colors of #757efa

#757efa #fa757e #7efa75

Analogous Colors of #757efa

#757efa #af75fa #75c1fa

Monochromatic Colors of #757efa

#757efa

Complementary Color

#757efa #faf175

#757efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#757efa Color CSS Codes

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

#757efa Text Font Color

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

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


#757efa Background Color

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

This div background color is #757efa


#757efa Border Color

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

This div border color is #757efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757efa


Comments

No comments written yet.

Please login to write comment.