Color Hex Logo

#74166e Color Hex

#74166E
(116,22,110)
0 Favorites   0 Comments

Color spaces of #74166e

RGB 11622110
HSL0.840.680.27
HSV304°81°45°
CMYK 0.000.810.05   0.55
XYZ10.30385.412615.2535
Yxy5.41260.33270.1748
Hunter Lab23.265038.3419-22.5875
CIE-Lab27.879349.2742-28.2183

#74166e color RGB value is (116,22,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010110 01101110
Octal 164 26 156
Decimal 116 22 110
Hex 74 16 6E

RGB Percentages of Color #74166e

%46.77
%8.87
%44.35

CMYK Percentages of Color #74166e

%0
%81
%5
%55

Triadic Colors of #74166e

#74166e #6e7416 #166e74

Analogous Colors of #74166e

#74166e #74163f #4b1674

Monochromatic Colors of #74166e

#74166e

Complementary Color

#74166e #16741c

#74166e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74166e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74166e Color CSS Codes

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

#74166e Text Font Color

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

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


#74166e Background Color

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

This div background color is #74166e


#74166e Border Color

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

This div border color is #74166e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74166e


Comments

No comments written yet.

Please login to write comment.