Color Hex Logo

#757cec Color Hex

#757CEC
(117,124,236)
0 Favorites   0 Comments

Color spaces of #757cec

RGB 117124236
HSL0.660.760.69
HSV236°50°93°
CMYK 0.500.470.00   0.07
XYZ29.684124.253382.4737
Yxy24.25330.21760.1778
Hunter Lab49.247621.4078-64.8180
CIE-Lab56.340527.4207-57.5869

#757cec color RGB value is (117,124,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111100 11101100
Octal 165 174 354
Decimal 117 124 236
Hex 75 7C EC

RGB Percentages of Color #757cec

%24.53
%26.00
%49.48

CMYK Percentages of Color #757cec

%50
%47
%0
%7

Triadic Colors of #757cec

#757cec #ec757c #7cec75

Analogous Colors of #757cec

#757cec #aa75ec #75b8ec

Monochromatic Colors of #757cec

#757cec

Complementary Color

#757cec #ece575

#757cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#757cec Color CSS Codes

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

#757cec Text Font Color

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

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


#757cec Background Color

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

This div background color is #757cec


#757cec Border Color

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

This div border color is #757cec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,124,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 #757cec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757cec


Comments

No comments written yet.

Please login to write comment.