Color Hex Logo

#756eaa Color Hex

#756EAA
(117,110,170)
0 Favorites   0 Comments

Color spaces of #756eaa

RGB 117110170
HSL0.690.260.55
HSV247°35°67°
CMYK 0.310.350.00   0.33
XYZ20.167717.836040.4100
Yxy17.83600.25720.2275
Hunter Lab42.232711.3333-27.1683
CIE-Lab49.296616.7732-31.1471

#756eaa color RGB value is (117,110,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101110 10101010
Octal 165 156 252
Decimal 117 110 170
Hex 75 6E AA

RGB Percentages of Color #756eaa

%29.47
%27.71
%42.82

CMYK Percentages of Color #756eaa

%31
%35
%0
%33

Triadic Colors of #756eaa

#756eaa #aa756e #6eaa75

Analogous Colors of #756eaa

#756eaa #936eaa #6e85aa

Monochromatic Colors of #756eaa

#756eaa

Complementary Color

#756eaa #a3aa6e

#756eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#756eaa Color CSS Codes

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

#756eaa Text Font Color

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

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


#756eaa Background Color

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

This div background color is #756eaa


#756eaa Border Color

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

This div border color is #756eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756eaa


Comments

No comments written yet.

Please login to write comment.