Color Hex Logo

#756cbc Color Hex

#756CBC
(117,108,188)
0 Favorites   0 Comments

Color spaces of #756cbc

RGB 117108188
HSL0.690.370.58
HSV247°43°74°
CMYK 0.380.430.00   0.26
XYZ21.775818.137949.9302
Yxy18.13790.24240.2019
Hunter Lab42.588616.7380-39.6986
CIE-Lab49.662922.9188-41.0165

#756cbc color RGB value is (117,108,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101100 10111100
Octal 165 154 274
Decimal 117 108 188
Hex 75 6C BC

RGB Percentages of Color #756cbc

%28.33
%26.15
%45.52

CMYK Percentages of Color #756cbc

%38
%43
%0
%26

Triadic Colors of #756cbc

#756cbc #bc756c #6cbc75

Analogous Colors of #756cbc

#756cbc #9d6cbc #6c8bbc

Monochromatic Colors of #756cbc

#756cbc

Complementary Color

#756cbc #b3bc6c

#756cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#756cbc Color CSS Codes

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

#756cbc Text Font Color

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

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


#756cbc Background Color

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

This div background color is #756cbc


#756cbc Border Color

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

This div border color is #756cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756cbc


Comments

No comments written yet.

Please login to write comment.