Color Hex Logo

#757fea Color Hex

#757FEA
(117,127,234)
0 Favorites   0 Comments

Color spaces of #757fea

RGB 117127234
HSL0.650.740.69
HSV235°50°92°
CMYK 0.500.460.00   0.08
XYZ29.776824.901281.0789
Yxy24.90120.21930.1834
Hunter Lab49.901119.1869-61.4031
CIE-Lab56.979025.0213-55.4524

#757fea color RGB value is (117,127,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111111 11101010
Octal 165 177 352
Decimal 117 127 234
Hex 75 7F EA

RGB Percentages of Color #757fea

%24.48
%26.57
%48.95

CMYK Percentages of Color #757fea

%50
%46
%0
%8

Triadic Colors of #757fea

#757fea #ea757f #7fea75

Analogous Colors of #757fea

#757fea #a675ea #75baea

Monochromatic Colors of #757fea

#757fea

Complementary Color

#757fea #eae075

#757fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#757fea Color CSS Codes

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

#757fea Text Font Color

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

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


#757fea Background Color

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

This div background color is #757fea


#757fea Border Color

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

This div border color is #757fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757fea


Comments

No comments written yet.

Please login to write comment.