Color Hex Logo

#757eec Color Hex

#757EEC
(117,126,236)
0 Favorites   0 Comments

Color spaces of #757eec

RGB 117126236
HSL0.650.760.69
HSV235°50°93°
CMYK 0.500.470.00   0.07
XYZ29.937324.759782.5581
Yxy24.75970.21810.1804
Hunter Lab49.759120.3151-63.5399
CIE-Lab56.840526.2273-56.7870

#757eec color RGB value is (117,126,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111110 11101100
Octal 165 176 354
Decimal 117 126 236
Hex 75 7E EC

RGB Percentages of Color #757eec

%24.43
%26.30
%49.27

CMYK Percentages of Color #757eec

%50
%47
%0
%7

Triadic Colors of #757eec

#757eec #ec757e #7eec75

Analogous Colors of #757eec

#757eec #a875ec #75baec

Monochromatic Colors of #757eec

#757eec

Complementary Color

#757eec #ece375

#757eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#757eec Color CSS Codes

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

#757eec Text Font Color

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

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


#757eec Background Color

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

This div background color is #757eec


#757eec Border Color

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

This div border color is #757eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757eec


Comments

No comments written yet.

Please login to write comment.