Color Hex Logo

#7549ae Color Hex

#7549AE
(117,73,174)
0 Favorites   0 Comments

Color spaces of #7549ae

RGB 11773174
HSL0.740.410.48
HSV266°58°68°
CMYK 0.330.580.00   0.32
XYZ17.358611.603041.3691
Yxy11.60300.24680.1650
Hunter Lab34.063231.3531-48.1624
CIE-Lab40.578139.8091-47.3072

#7549ae color RGB value is (117,73,174).

#7549ae hex color red value is 117, green value is 73 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7549ae hue: 0.74 , saturation: 0.41 and the lightness value of 7549ae is 0.48.

The process color (four color CMYK) of #7549ae color hex is 0.33, 0.58, 0.00, 0.32. Web safe color of #7549ae is #663399. Color #7549ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001001 10101110
Octal 165 111 256
Decimal 117 73 174
Hex 75 49 AE

RGB Percentages of Color #7549ae

%32.14
%20.05
%47.80

CMYK Percentages of Color #7549ae

%33
%58
%0
%32

Triadic Colors of #7549ae

#7549ae #ae7549 #49ae75

Analogous Colors of #7549ae

#7549ae #a849ae #4950ae

Monochromatic Colors of #7549ae

#7549ae

Complementary Color

#7549ae #82ae49

#7549ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7549ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7549ae Color CSS Codes

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

#7549ae Text Font Color

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

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


#7549ae Background Color

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

This div background color is #7549ae


#7549ae Border Color

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

This div border color is #7549ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7549ae


Comments

No comments written yet.

Please login to write comment.