Color Hex Logo

#74106a Color Hex

#74106A
(116,16,106)
0 Favorites   0 Comments

Color spaces of #74106a

RGB 11616106
HSL0.850.760.26
HSV306°86°45°
CMYK 0.000.860.09   0.55
XYZ9.98935.124214.0982
Yxy5.12420.34200.1754
Hunter Lab22.636739.1557-21.0803
CIE-Lab27.085750.2442-26.8950

#74106a color RGB value is (116,16,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010000 01101010
Octal 164 20 152
Decimal 116 16 106
Hex 74 10 6A

RGB Percentages of Color #74106a

%48.74
%6.72
%44.54

CMYK Percentages of Color #74106a

%0
%86
%9
%55

Triadic Colors of #74106a

#74106a #6a7410 #106a74

Analogous Colors of #74106a

#74106a #741038 #4c1074

Monochromatic Colors of #74106a

#74106a

Complementary Color

#74106a #10741a

#74106a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74106a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74106a Color CSS Codes

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

#74106a Text Font Color

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

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


#74106a Background Color

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

This div background color is #74106a


#74106a Border Color

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

This div border color is #74106a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74106a


Comments

No comments written yet.

Please login to write comment.