Color Hex Logo

#756790 Color Hex

#756790
(117,103,144)
0 Favorites   0 Comments

Color spaces of #756790

RGB 117103144
HSL0.720.170.48
HSV260°28°56°
CMYK 0.190.280.00   0.44
XYZ17.220415.496028.4690
Yxy15.49600.28140.2533
Hunter Lab39.36509.1970-15.3235
CIE-Lab46.306214.3640-20.4648

#756790 color RGB value is (117,103,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100111 10010000
Octal 165 147 220
Decimal 117 103 144
Hex 75 67 90

RGB Percentages of Color #756790

%32.14
%28.30
%39.56

CMYK Percentages of Color #756790

%19
%28
%0
%44

Triadic Colors of #756790

#756790 #907567 #679075

Analogous Colors of #756790

#756790 #8a6790 #676e90

Monochromatic Colors of #756790

#756790

Complementary Color

#756790 #829067

#756790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756790 Color CSS Codes

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

#756790 Text Font Color

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

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


#756790 Background Color

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

This div background color is #756790


#756790 Border Color

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

This div border color is #756790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756790


Comments

No comments written yet.

Please login to write comment.