Color Hex Logo

#757cbb Color Hex

#757CBB
(117,124,187)
0 Favorites   0 Comments

Color spaces of #757cbb

RGB 117124187
HSL0.650.340.60
HSV234°37°73°
CMYK 0.370.340.00   0.27
XYZ23.513421.785149.9794
Yxy21.78510.24680.2286
Hunter Lab46.67458.2432-30.8160
CIE-Lab53.798213.0246-33.9373

#757cbb color RGB value is (117,124,187).

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

The process color (four color CMYK) of #757cbb color hex is 0.37, 0.34, 0.00, 0.27. Web safe color of #757cbb is #6666cc. Color #757cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111100 10111011
Octal 165 174 273
Decimal 117 124 187
Hex 75 7C BB

RGB Percentages of Color #757cbb

%27.34
%28.97
%43.69

CMYK Percentages of Color #757cbb

%37
%34
%0
%27

Triadic Colors of #757cbb

#757cbb #bb757c #7cbb75

Analogous Colors of #757cbb

#757cbb #9175bb #759fbb

Monochromatic Colors of #757cbb

#757cbb

Complementary Color

#757cbb #bbb475

#757cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#757cbb Color CSS Codes

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

#757cbb Text Font Color

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

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


#757cbb Background Color

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

This div background color is #757cbb


#757cbb Border Color

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

This div border color is #757cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757cbb

#757cbb Color Palettes


Comments

No comments written yet.

Please login to write comment.