Color Hex Logo

#74447e Color Hex

#74447E
(116,68,126)
0 Favorites   0 Comments

Color spaces of #74447e

RGB 11668126
HSL0.800.300.38
HSV290°46°49°
CMYK 0.080.460.00   0.51
XYZ13.03559.353620.8570
Yxy9.35360.30140.2163
Hunter Lab30.583722.5597-19.0252
CIE-Lab36.656430.8825-24.5038

#74447e color RGB value is (116,68,126).

#74447e hex color red value is 116, green value is 68 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #74447e hue: 0.80 , saturation: 0.30 and the lightness value of 74447e is 0.38.

The process color (four color CMYK) of #74447e color hex is 0.08, 0.46, 0.00, 0.51. Web safe color of #74447e is #663366. Color #74447e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000100 01111110
Octal 164 104 176
Decimal 116 68 126
Hex 74 44 7E

RGB Percentages of Color #74447e

%37.42
%21.94
%40.65

CMYK Percentages of Color #74447e

%8
%46
%0
%51

Triadic Colors of #74447e

#74447e #7e7444 #447e74

Analogous Colors of #74447e

#74447e #7e446b #57447e

Monochromatic Colors of #74447e

#74447e

Complementary Color

#74447e #4e7e44

#74447e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74447e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74447e Color CSS Codes

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

#74447e Text Font Color

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

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


#74447e Background Color

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

This div background color is #74447e


#74447e Border Color

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

This div border color is #74447e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74447e


Comments

No comments written yet.

Please login to write comment.