Color Hex Logo

#756faa Color Hex

#756FAA
(117,111,170)
0 Favorites   0 Comments

Color spaces of #756faa

RGB 117111170
HSL0.680.260.55
HSV246°35°67°
CMYK 0.310.350.00   0.33
XYZ20.276318.053140.4461
Yxy18.05310.25740.2292
Hunter Lab42.488910.8270-26.6971
CIE-Lab49.560416.1702-30.7349

#756faa color RGB value is (117,111,170).

#756faa hex color red value is 117, green value is 111 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #756faa hue: 0.68 , saturation: 0.26 and the lightness value of 756faa is 0.55.

The process color (four color CMYK) of #756faa color hex is 0.31, 0.35, 0.00, 0.33. Web safe color of #756faa is #666699. Color #756faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101111 10101010
Octal 165 157 252
Decimal 117 111 170
Hex 75 6F AA

RGB Percentages of Color #756faa

%29.40
%27.89
%42.71

CMYK Percentages of Color #756faa

%31
%35
%0
%33

Triadic Colors of #756faa

#756faa #aa756f #6faa75

Analogous Colors of #756faa

#756faa #936faa #6f87aa

Monochromatic Colors of #756faa

#756faa

Complementary Color

#756faa #a4aa6f

#756faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#756faa Color CSS Codes

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

#756faa Text Font Color

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

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


#756faa Background Color

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

This div background color is #756faa


#756faa Border Color

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

This div border color is #756faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756faa


Comments

No comments written yet.

Please login to write comment.