Color Hex Logo

#744197 Color Hex

#744197
(116,65,151)
0 Favorites   0 Comments

Color spaces of #744197

RGB 11665151
HSL0.770.400.42
HSV276°57°59°
CMYK 0.230.570.00   0.41
XYZ14.67879.728030.3822
Yxy9.72800.26790.1776
Hunter Lab31.189729.4247-35.9221
CIE-Lab37.349838.3024-38.7099

#744197 color RGB value is (116,65,151).

#744197 hex color red value is 116, green value is 65 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #744197 hue: 0.77 , saturation: 0.40 and the lightness value of 744197 is 0.42.

The process color (four color CMYK) of #744197 color hex is 0.23, 0.57, 0.00, 0.41. Web safe color of #744197 is #663399. Color #744197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000001 10010111
Octal 164 101 227
Decimal 116 65 151
Hex 74 41 97

RGB Percentages of Color #744197

%34.94
%19.58
%45.48

CMYK Percentages of Color #744197

%23
%57
%0
%41

Triadic Colors of #744197

#744197 #977441 #419774

Analogous Colors of #744197

#744197 #97418f #494197

Monochromatic Colors of #744197

#744197

Complementary Color

#744197 #649741

#744197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744197 Color CSS Codes

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

#744197 Text Font Color

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

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


#744197 Background Color

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

This div background color is #744197


#744197 Border Color

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

This div border color is #744197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744197


Comments

No comments written yet.

Please login to write comment.