Color Hex Logo

#74106d Color Hex

#74106D
(116,16,109)
0 Favorites   0 Comments

Color spaces of #74106d

RGB 11616109
HSL0.850.760.26
HSV304°86°45°
CMYK 0.000.860.06   0.55
XYZ10.14815.187714.9345
Yxy5.18770.33520.1714
Hunter Lab22.776539.6719-22.9327
CIE-Lab27.263050.7239-28.5518

#74106d color RGB value is (116,16,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010000 01101101
Octal 164 20 155
Decimal 116 16 109
Hex 74 10 6D

RGB Percentages of Color #74106d

%48.13
%6.64
%45.23

CMYK Percentages of Color #74106d

%0
%86
%6
%55

Triadic Colors of #74106d

#74106d #6d7410 #106d74

Analogous Colors of #74106d

#74106d #74103b #491074

Monochromatic Colors of #74106d

#74106d

Complementary Color

#74106d #107417

#74106d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74106d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74106d Color CSS Codes

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

#74106d Text Font Color

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

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


#74106d Background Color

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

This div background color is #74106d


#74106d Border Color

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

This div border color is #74106d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74106d


Comments

No comments written yet.

Please login to write comment.