Color Hex Logo

#756fbb Color Hex

#756FBB
(117,111,187)
0 Favorites   0 Comments

Color spaces of #756fbb

RGB 117111187
HSL0.680.360.58
HSV245°41°73°
CMYK 0.370.410.00   0.27
XYZ21.990218.738649.4716
Yxy18.73860.24380.2077
Hunter Lab43.288114.9232-37.4576
CIE-Lab50.380020.8289-39.3066

#756fbb color RGB value is (117,111,187).

#756fbb hex color red value is 117, green value is 111 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #756fbb hue: 0.68 , saturation: 0.36 and the lightness value of 756fbb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101111 10111011
Octal 165 157 273
Decimal 117 111 187
Hex 75 6F BB

RGB Percentages of Color #756fbb

%28.19
%26.75
%45.06

CMYK Percentages of Color #756fbb

%37
%41
%0
%27

Triadic Colors of #756fbb

#756fbb #bb756f #6fbb75

Analogous Colors of #756fbb

#756fbb #9b6fbb #6f8fbb

Monochromatic Colors of #756fbb

#756fbb

Complementary Color

#756fbb #b5bb6f

#756fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#756fbb Color CSS Codes

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

#756fbb Text Font Color

<p style="color:#756fbb">Text here</p>

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


#756fbb Background Color

<div style="background-color:#756fbb">
Div content here</div>

This div background color is #756fbb


#756fbb Border Color

<div style="border:3px solid #756fbb">
Div here</div>

This div border color is #756fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756fbb


Comments

No comments written yet.

Please login to write comment.