Color Hex Logo

#744179 Color Hex

#744179
(116,65,121)
0 Favorites   0 Comments

Color spaces of #744179

RGB 11665121
HSL0.820.300.36
HSV295°46°47°
CMYK 0.040.460.00   0.53
XYZ12.54398.874119.1409
Yxy8.87410.30930.2188
Hunter Lab29.789423.0323-17.2436
CIE-Lab35.740831.5461-22.8295

#744179 color RGB value is (116,65,121).

#744179 hex color red value is 116, green value is 65 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #744179 hue: 0.82 , saturation: 0.30 and the lightness value of 744179 is 0.36.

The process color (four color CMYK) of #744179 color hex is 0.04, 0.46, 0.00, 0.53. Web safe color of #744179 is #663366. Color #744179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000001 01111001
Octal 164 101 171
Decimal 116 65 121
Hex 74 41 79

RGB Percentages of Color #744179

%38.41
%21.52
%40.07

CMYK Percentages of Color #744179

%4
%46
%0
%53

Triadic Colors of #744179

#744179 #797441 #417974

Analogous Colors of #744179

#744179 #794162 #584179

Monochromatic Colors of #744179

#744179

Complementary Color

#744179 #467941

#744179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744179 Color CSS Codes

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

#744179 Text Font Color

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

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


#744179 Background Color

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

This div background color is #744179


#744179 Border Color

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

This div border color is #744179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744179


Comments

No comments written yet.

Please login to write comment.