Color Hex Logo

#841746 Color Hex

#841746
(132,23,70)
0 Favorites   0 Comments

Color spaces of #841746

RGB 1322370
HSL0.930.700.30
HSV334°83°52°
CMYK 0.000.830.47   0.48
XYZ10.92765.96056.3689
Yxy5.96050.46990.2563
Hunter Lab24.414137.17061.6229
CIE-Lab29.312647.81350.4889

#841746 color RGB value is (132,23,70).

#841746 hex color red value is 132, green value is 23 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #841746 hue: 0.93 , saturation: 0.70 and the lightness value of 841746 is 0.30.

The process color (four color CMYK) of #841746 color hex is 0.00, 0.83, 0.47, 0.48. Web safe color of #841746 is #990033. Color #841746 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010111 01000110
Octal 204 27 106
Decimal 132 23 70
Hex 84 17 46

RGB Percentages of Color #841746

%58.67
%10.22
%31.11

CMYK Percentages of Color #841746

%0
%83
%47
%48

Triadic Colors of #841746

#841746 #468417 #174684

Analogous Colors of #841746

#841746 #841f17 #84177d

Monochromatic Colors of #841746

#841746

Complementary Color

#841746 #178455

#841746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#841746 Color CSS Codes

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

#841746 Text Font Color

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

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


#841746 Background Color

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

This div background color is #841746


#841746 Border Color

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

This div border color is #841746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841746


Comments

No comments written yet.

Please login to write comment.