Color Hex Logo

#756990 Color Hex

#756990
(117,105,144)
0 Favorites   0 Comments

Color spaces of #756990

RGB 117105144
HSL0.720.160.49
HSV258°27°56°
CMYK 0.190.270.00   0.44
XYZ17.421715.898728.5361
Yxy15.89870.28160.2570
Hunter Lab39.87328.2136-14.5210
CIE-Lab46.841313.1557-19.6426

#756990 color RGB value is (117,105,144).

#756990 hex color red value is 117, green value is 105 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #756990 hue: 0.72 , saturation: 0.16 and the lightness value of 756990 is 0.49.

The process color (four color CMYK) of #756990 color hex is 0.19, 0.27, 0.00, 0.44. Web safe color of #756990 is #666699. Color #756990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101001 10010000
Octal 165 151 220
Decimal 117 105 144
Hex 75 69 90

RGB Percentages of Color #756990

%31.97
%28.69
%39.34

CMYK Percentages of Color #756990

%19
%27
%0
%44

Triadic Colors of #756990

#756990 #907569 #699075

Analogous Colors of #756990

#756990 #896990 #697190

Monochromatic Colors of #756990

#756990

Complementary Color

#756990 #849069

#756990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756990 Color CSS Codes

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

#756990 Text Font Color

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

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


#756990 Background Color

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

This div background color is #756990


#756990 Border Color

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

This div border color is #756990


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,105,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #756990; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #756990;
  -webkit-box-shadow: 1px 1px 3px 2px #756990;
  box-shadow:         1px 1px 3px 2px #756990; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756990


Comments

No comments written yet.

Please login to write comment.