Color Hex Logo

#744499 Color Hex

#744499
(116,68,153)
0 Favorites   0 Comments

Color spaces of #744499

RGB 11668153
HSL0.760.380.43
HSV274°56°60°
CMYK 0.240.560.00   0.40
XYZ15.019410.147231.3040
Yxy10.14720.26600.1797
Hunter Lab31.854728.4166-35.9668
CIE-Lab38.105337.1052-38.7158

#744499 color RGB value is (116,68,153).

#744499 hex color red value is 116, green value is 68 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #744499 hue: 0.76 , saturation: 0.38 and the lightness value of 744499 is 0.43.

The process color (four color CMYK) of #744499 color hex is 0.24, 0.56, 0.00, 0.40. Web safe color of #744499 is #663399. Color #744499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000100 10011001
Octal 164 104 231
Decimal 116 68 153
Hex 74 44 99

RGB Percentages of Color #744499

%34.42
%20.18
%45.40

CMYK Percentages of Color #744499

%24
%56
%0
%40

Triadic Colors of #744499

#744499 #997444 #449974

Analogous Colors of #744499

#744499 #994494 #4a4499

Monochromatic Colors of #744499

#744499

Complementary Color

#744499 #699944

#744499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744499 Color CSS Codes

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

#744499 Text Font Color

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

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


#744499 Background Color

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

This div background color is #744499


#744499 Border Color

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

This div border color is #744499


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,68,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #744499; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #744499;
  -webkit-box-shadow: 1px 1px 3px 2px #744499;
  box-shadow:         1px 1px 3px 2px #744499; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744499


Comments

No comments written yet.

Please login to write comment.