Color Hex Logo

#756aae Color Hex

#756AAE
(117,106,174)
0 Favorites   0 Comments

Color spaces of #756aae

RGB 117106174
HSL0.690.300.55
HSV250°39°68°
CMYK 0.330.390.00   0.32
XYZ20.130117.146042.2929
Yxy17.14600.25300.2155
Hunter Lab41.407714.3131-31.5720
CIE-Lab48.443520.2650-34.8165

#756aae color RGB value is (117,106,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101010 10101110
Octal 165 152 256
Decimal 117 106 174
Hex 75 6A AE

RGB Percentages of Color #756aae

%29.47
%26.70
%43.83

CMYK Percentages of Color #756aae

%33
%39
%0
%32

Triadic Colors of #756aae

#756aae #ae756a #6aae75

Analogous Colors of #756aae

#756aae #976aae #6a81ae

Monochromatic Colors of #756aae

#756aae

Complementary Color

#756aae #a3ae6a

#756aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#756aae Color CSS Codes

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

#756aae Text Font Color

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

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


#756aae Background Color

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

This div background color is #756aae


#756aae Border Color

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

This div border color is #756aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756aae


Comments

No comments written yet.

Please login to write comment.