Color Hex Logo

#757ebc Color Hex

#757EBC
(117,126,188)
0 Favorites   0 Comments

Color spaces of #757ebc

RGB 117126188
HSL0.650.350.60
HSV232°38°74°
CMYK 0.380.330.00   0.26
XYZ23.874122.334550.6296
Yxy22.33450.24650.2306
Hunter Lab47.25947.4692-30.4366
CIE-Lab54.380112.1133-33.6002

#757ebc color RGB value is (117,126,188).

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

The process color (four color CMYK) of #757ebc color hex is 0.38, 0.33, 0.00, 0.26. Web safe color of #757ebc is #6666cc. Color #757ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111110 10111100
Octal 165 176 274
Decimal 117 126 188
Hex 75 7E BC

RGB Percentages of Color #757ebc

%27.15
%29.23
%43.62

CMYK Percentages of Color #757ebc

%38
%33
%0
%26

Triadic Colors of #757ebc

#757ebc #bc757e #7ebc75

Analogous Colors of #757ebc

#757ebc #9075bc #75a2bc

Monochromatic Colors of #757ebc

#757ebc

Complementary Color

#757ebc #bcb375

#757ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#757ebc Color CSS Codes

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

#757ebc Text Font Color

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

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


#757ebc Background Color

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

This div background color is #757ebc


#757ebc Border Color

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

This div border color is #757ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757ebc


Comments

No comments written yet.

Please login to write comment.