Color Hex Logo

#74106f Color Hex

#74106F
(116,16,111)
0 Favorites   0 Comments

Color spaces of #74106f

RGB 11616111
HSL0.840.760.26
HSV303°86°45°
CMYK 0.000.860.04   0.55
XYZ10.25705.231315.5081
Yxy5.23130.33090.1688
Hunter Lab22.872040.0225-24.1904
CIE-Lab27.383851.0484-29.6473

#74106f color RGB value is (116,16,111).

#74106f hex color red value is 116, green value is 16 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #74106f hue: 0.84 , saturation: 0.76 and the lightness value of 74106f is 0.26.

The process color (four color CMYK) of #74106f color hex is 0.00, 0.86, 0.04, 0.55. Web safe color of #74106f is #660066. Color #74106f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010000 01101111
Octal 164 20 157
Decimal 116 16 111
Hex 74 10 6F

RGB Percentages of Color #74106f

%47.74
%6.58
%45.68

CMYK Percentages of Color #74106f

%0
%86
%4
%55

Triadic Colors of #74106f

#74106f #6f7410 #106f74

Analogous Colors of #74106f

#74106f #74103d #471074

Monochromatic Colors of #74106f

#74106f

Complementary Color

#74106f #107415

#74106f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74106f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74106f Color CSS Codes

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

#74106f Text Font Color

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

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


#74106f Background Color

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

This div background color is #74106f


#74106f Border Color

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

This div border color is #74106f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,16,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74106f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74106f;
  -webkit-box-shadow: 1px 1px 3px 2px #74106f;
  box-shadow:         1px 1px 3px 2px #74106f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74106f


Comments

No comments written yet.

Please login to write comment.