Color Hex Logo

#74164e Color Hex

#74164E
(116,22,78)
0 Favorites   0 Comments

Color spaces of #74164e

RGB 1162278
HSL0.900.680.27
HSV324°81°45°
CMYK 0.000.810.33   0.55
XYZ8.86454.83697.6741
Yxy4.83690.41470.2263
Hunter Lab21.993033.4587-5.2933
CIE-Lab26.264944.5707-9.7432

#74164e color RGB value is (116,22,78).

#74164e hex color red value is 116, green value is 22 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #74164e hue: 0.90 , saturation: 0.68 and the lightness value of 74164e is 0.27.

The process color (four color CMYK) of #74164e color hex is 0.00, 0.81, 0.33, 0.55. Web safe color of #74164e is #660066. Color #74164e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010110 01001110
Octal 164 26 116
Decimal 116 22 78
Hex 74 16 4E

RGB Percentages of Color #74164e

%53.70
%10.19
%36.11

CMYK Percentages of Color #74164e

%0
%81
%33
%55

Triadic Colors of #74164e

#74164e #4e7416 #164e74

Analogous Colors of #74164e

#74164e #74161f #6b1674

Monochromatic Colors of #74164e

#74164e

Complementary Color

#74164e #16743c

#74164e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74164e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74164e Color CSS Codes

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

#74164e Text Font Color

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

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


#74164e Background Color

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

This div background color is #74164e


#74164e Border Color

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

This div border color is #74164e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74164e


Comments

No comments written yet.

Please login to write comment.