Color Hex Logo

#756dbb Color Hex

#756DBB
(117,109,187)
0 Favorites   0 Comments

Color spaces of #756dbb

RGB 117109187
HSL0.680.360.58
HSV246°42°73°
CMYK 0.370.420.00   0.27
XYZ21.774418.307049.3997
Yxy18.30700.24330.2046
Hunter Lab42.786715.9630-38.5031
CIE-Lab49.866422.0354-40.1176

#756dbb color RGB value is (117,109,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101101 10111011
Octal 165 155 273
Decimal 117 109 187
Hex 75 6D BB

RGB Percentages of Color #756dbb

%28.33
%26.39
%45.28

CMYK Percentages of Color #756dbb

%37
%42
%0
%27

Triadic Colors of #756dbb

#756dbb #bb756d #6dbb75

Analogous Colors of #756dbb

#756dbb #9c6dbb #6d8cbb

Monochromatic Colors of #756dbb

#756dbb

Complementary Color

#756dbb #b3bb6d

#756dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#756dbb Color CSS Codes

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

#756dbb Text Font Color

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

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


#756dbb Background Color

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

This div background color is #756dbb


#756dbb Border Color

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

This div border color is #756dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756dbb


Comments

No comments written yet.

Please login to write comment.