Color Hex Logo

#7447ad Color Hex

#7447AD
(116,71,173)
0 Favorites   0 Comments

Color spaces of #7447ad

RGB 11671173
HSL0.740.420.48
HSV266°59°68°
CMYK 0.330.590.00   0.32
XYZ16.998511.236640.8081
Yxy11.23660.24620.1627
Hunter Lab33.521031.8554-48.7142
CIE-Lab39.976140.4282-47.6873

#7447ad color RGB value is (116,71,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000111 10101101
Octal 164 107 255
Decimal 116 71 173
Hex 74 47 AD

RGB Percentages of Color #7447ad

%32.22
%19.72
%48.06

CMYK Percentages of Color #7447ad

%33
%59
%0
%32

Triadic Colors of #7447ad

#7447ad #ad7447 #47ad74

Analogous Colors of #7447ad

#7447ad #a747ad #474dad

Monochromatic Colors of #7447ad

#7447ad

Complementary Color

#7447ad #80ad47

#7447ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7447ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7447ad Color CSS Codes

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

#7447ad Text Font Color

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

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


#7447ad Background Color

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

This div background color is #7447ad


#7447ad Border Color

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

This div border color is #7447ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,71,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7447ad


Comments

No comments written yet.

Please login to write comment.