Color Hex Logo

#461176 Color Hex

#461176
(70,17,118)
0 Favorites   0 Comments

Color spaces of #461176

RGB 7017118
HSL0.750.750.26
HSV271°86°46°
CMYK 0.410.860.00   0.54
XYZ5.99633.011017.4047
Yxy3.01100.22700.1140
Hunter Lab17.352231.3167-47.3227
CIE-Lab20.087943.4939-46.3217

#461176 color RGB value is (70,17,118).

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

The process color (four color CMYK) of #461176 color hex is 0.41, 0.86, 0.00, 0.54. Web safe color of #461176 is #330066. Color #461176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010001 01110110
Octal 106 21 166
Decimal 70 17 118
Hex 46 11 76

RGB Percentages of Color #461176

%34.15
%8.29
%57.56

CMYK Percentages of Color #461176

%41
%86
%0
%54

Triadic Colors of #461176

#461176 #764611 #117646

Analogous Colors of #461176

#461176 #761174 #131176

Monochromatic Colors of #461176

#461176

Complementary Color

#461176 #417611

#461176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461176 Color CSS Codes

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

#461176 Text Font Color

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

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


#461176 Background Color

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

This div background color is #461176


#461176 Border Color

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

This div border color is #461176


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,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 #461176">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461176


Comments

No comments written yet.

Please login to write comment.