Color Hex Logo

#744f8a Color Hex

#744F8A
(116,79,138)
0 Favorites   0 Comments

Color spaces of #744f8a

RGB 11679138
HSL0.770.270.43
HSV278°43°54°
CMYK 0.160.430.00   0.46
XYZ14.585911.139925.4262
Yxy11.13990.28510.2178
Hunter Lab33.376519.5976-21.8036
CIE-Lab39.815127.1094-26.9273

#744f8a color RGB value is (116,79,138).

#744f8a hex color red value is 116, green value is 79 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #744f8a hue: 0.77 , saturation: 0.27 and the lightness value of 744f8a is 0.43.

The process color (four color CMYK) of #744f8a color hex is 0.16, 0.43, 0.00, 0.46. Web safe color of #744f8a is #666699. Color #744f8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001111 10001010
Octal 164 117 212
Decimal 116 79 138
Hex 74 4F 8A

RGB Percentages of Color #744f8a

%34.83
%23.72
%41.44

CMYK Percentages of Color #744f8a

%16
%43
%0
%46

Triadic Colors of #744f8a

#744f8a #8a744f #4f8a74

Analogous Colors of #744f8a

#744f8a #8a4f83 #574f8a

Monochromatic Colors of #744f8a

#744f8a

Complementary Color

#744f8a #658a4f

#744f8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744f8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#744f8a Color CSS Codes

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

#744f8a Text Font Color

<p style="color:#744f8a">Text here</p>

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


#744f8a Background Color

<div style="background-color:#744f8a">
Div content here</div>

This div background color is #744f8a


#744f8a Border Color

<div style="border:3px solid #744f8a">
Div here</div>

This div border color is #744f8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,79,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #744f8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #744f8a;
  -webkit-box-shadow: 1px 1px 3px 2px #744f8a;
  box-shadow:         1px 1px 3px 2px #744f8a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744f8a


Comments

No comments written yet.

Please login to write comment.