Color Hex Logo

#757ceb Color Hex

#757CEB
(117,124,235)
0 Favorites   0 Comments

Color spaces of #757ceb

RGB 117124235
HSL0.660.750.69
HSV236°50°92°
CMYK 0.500.470.00   0.08
XYZ29.539224.195481.7106
Yxy24.19540.21810.1786
Hunter Lab49.188821.1136-64.0581
CIE-Lab56.282927.1162-57.1222

#757ceb color RGB value is (117,124,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111100 11101011
Octal 165 174 353
Decimal 117 124 235
Hex 75 7C EB

RGB Percentages of Color #757ceb

%24.58
%26.05
%49.37

CMYK Percentages of Color #757ceb

%50
%47
%0
%8

Triadic Colors of #757ceb

#757ceb #eb757c #7ceb75

Analogous Colors of #757ceb

#757ceb #a975eb #75b7eb

Monochromatic Colors of #757ceb

#757ceb

Complementary Color

#757ceb #ebe475

#757ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#757ceb Color CSS Codes

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

#757ceb Text Font Color

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

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


#757ceb Background Color

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

This div background color is #757ceb


#757ceb Border Color

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

This div border color is #757ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757ceb


Comments

No comments written yet.

Please login to write comment.