Color Hex Logo

#756eae Color Hex

#756EAE
(117,110,174)
0 Favorites   0 Comments

Color spaces of #756eae

RGB 117110174
HSL0.680.280.56
HSV247°37°68°
CMYK 0.330.370.00   0.32
XYZ20.552017.989842.4336
Yxy17.98980.25380.2222
Hunter Lab42.414412.2675-29.6268
CIE-Lab49.483717.8489-33.1846

#756eae color RGB value is (117,110,174).

#756eae hex color red value is 117, green value is 110 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #756eae hue: 0.68 , saturation: 0.28 and the lightness value of 756eae is 0.56.

The process color (four color CMYK) of #756eae color hex is 0.33, 0.37, 0.00, 0.32. Web safe color of #756eae is #666699. Color #756eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101110 10101110
Octal 165 156 256
Decimal 117 110 174
Hex 75 6E AE

RGB Percentages of Color #756eae

%29.18
%27.43
%43.39

CMYK Percentages of Color #756eae

%33
%37
%0
%32

Triadic Colors of #756eae

#756eae #ae756e #6eae75

Analogous Colors of #756eae

#756eae #956eae #6e87ae

Monochromatic Colors of #756eae

#756eae

Complementary Color

#756eae #a7ae6e

#756eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#756eae Color CSS Codes

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

#756eae Text Font Color

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

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


#756eae Background Color

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

This div background color is #756eae


#756eae Border Color

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

This div border color is #756eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756eae


Comments

No comments written yet.

Please login to write comment.