Color Hex Logo

#756cbd Color Hex

#756CBD
(117,108,189)
0 Favorites   0 Comments

Color spaces of #756cbd

RGB 117108189
HSL0.690.380.58
HSV247°43°74°
CMYK 0.380.430.00   0.26
XYZ21.884018.181250.5000
Yxy18.18120.24160.2008
Hunter Lab42.639416.9933-40.3725
CIE-Lab49.715223.1996-41.5109

#756cbd color RGB value is (117,108,189).

#756cbd hex color red value is 117, green value is 108 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #756cbd hue: 0.69 , saturation: 0.38 and the lightness value of 756cbd is 0.58.

The process color (four color CMYK) of #756cbd color hex is 0.38, 0.43, 0.00, 0.26. Web safe color of #756cbd is #6666cc. Color #756cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101100 10111101
Octal 165 154 275
Decimal 117 108 189
Hex 75 6C BD

RGB Percentages of Color #756cbd

%28.26
%26.09
%45.65

CMYK Percentages of Color #756cbd

%38
%43
%0
%26

Triadic Colors of #756cbd

#756cbd #bd756c #6cbd75

Analogous Colors of #756cbd

#756cbd #9e6cbd #6c8cbd

Monochromatic Colors of #756cbd

#756cbd

Complementary Color

#756cbd #b4bd6c

#756cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#756cbd Color CSS Codes

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

#756cbd Text Font Color

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

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


#756cbd Background Color

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

This div background color is #756cbd


#756cbd Border Color

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

This div border color is #756cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756cbd


Comments

No comments written yet.

Please login to write comment.