Color Hex Logo

#461141 Color Hex

#461141
(70,17,65)
0 Favorites   0 Comments

Color spaces of #461141

RGB 701765
HSL0.850.610.17
HSV306°76°27°
CMYK 0.000.760.07   0.73
XYZ3.68042.08465.2094
Yxy2.08460.33540.1900
Hunter Lab14.438120.2343-11.2856
CIE-Lab15.925131.5484-17.5627

#461141 color RGB value is (70,17,65).

#461141 hex color red value is 70, green value is 17 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #461141 hue: 0.85 , saturation: 0.61 and the lightness value of 461141 is 0.17.

The process color (four color CMYK) of #461141 color hex is 0.00, 0.76, 0.07, 0.73. Web safe color of #461141 is #330033. Color #461141 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010001 01000001
Octal 106 21 101
Decimal 70 17 65
Hex 46 11 41

RGB Percentages of Color #461141

%46.05
%11.18
%42.76

CMYK Percentages of Color #461141

%0
%76
%7
%73

Triadic Colors of #461141

#461141 #414611 #114146

Analogous Colors of #461141

#461141 #461127 #311146

Monochromatic Colors of #461141

#461141

Complementary Color

#461141 #114616

#461141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461141 Color CSS Codes

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

#461141 Text Font Color

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

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


#461141 Background Color

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

This div background color is #461141


#461141 Border Color

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

This div border color is #461141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461141


Comments

No comments written yet.

Please login to write comment.