Color Hex Logo

#741176 Color Hex

#741176
(116,17,118)
0 Favorites   0 Comments

Color spaces of #741176

RGB 11617118
HSL0.830.750.26
HSV299°86°46°
CMYK 0.020.860.00   0.54
XYZ10.67295.421917.6235
Yxy5.42190.31650.1608
Hunter Lab23.285041.0686-28.5748
CIE-Lab27.904451.9793-33.2979

#741176 color RGB value is (116,17,118).

#741176 hex color red value is 116, green value is 17 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #741176 hue: 0.83 , saturation: 0.75 and the lightness value of 741176 is 0.26.

The process color (four color CMYK) of #741176 color hex is 0.02, 0.86, 0.00, 0.54. Web safe color of #741176 is #660066. Color #741176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010001 01110110
Octal 164 21 166
Decimal 116 17 118
Hex 74 11 76

RGB Percentages of Color #741176

%46.22
%6.77
%47.01

CMYK Percentages of Color #741176

%2
%86
%0
%54

Triadic Colors of #741176

#741176 #767411 #117674

Analogous Colors of #741176

#741176 #761146 #411176

Monochromatic Colors of #741176

#741176

Complementary Color

#741176 #137611

#741176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741176 Color CSS Codes

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

#741176 Text Font Color

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

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


#741176 Background Color

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

This div background color is #741176


#741176 Border Color

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

This div border color is #741176


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,17,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #741176; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #741176;
  -webkit-box-shadow: 1px 1px 3px 2px #741176;
  box-shadow:         1px 1px 3px 2px #741176; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741176


Comments

No comments written yet.

Please login to write comment.