Color Hex Logo

#7447ae Color Hex

#7447AE
(116,71,174)
0 Favorites   0 Comments

Color spaces of #7447ae

RGB 11671174
HSL0.740.420.48
HSV266°59°68°
CMYK 0.330.590.00   0.32
XYZ17.095711.275541.3197
Yxy11.27550.24530.1618
Hunter Lab33.579032.1144-49.4523
CIE-Lab40.040740.6860-48.1761

#7447ae color RGB value is (116,71,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000111 10101110
Octal 164 107 256
Decimal 116 71 174
Hex 74 47 AE

RGB Percentages of Color #7447ae

%32.13
%19.67
%48.20

CMYK Percentages of Color #7447ae

%33
%59
%0
%32

Triadic Colors of #7447ae

#7447ae #ae7447 #47ae74

Analogous Colors of #7447ae

#7447ae #a847ae #474eae

Monochromatic Colors of #7447ae

#7447ae

Complementary Color

#7447ae #81ae47

#7447ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7447ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7447ae Color CSS Codes

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

#7447ae Text Font Color

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

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


#7447ae Background Color

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

This div background color is #7447ae


#7447ae Border Color

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

This div border color is #7447ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7447ae


Comments

No comments written yet.

Please login to write comment.