Color Hex Logo

#841072 Color Hex

#841072
(132,16,114)
0 Favorites   0 Comments

Color spaces of #841072

RGB 13216114
HSL0.860.780.29
HSV309°88°52°
CMYK 0.000.880.14   0.48
XYZ12.73836.491016.5011
Yxy6.49100.35650.1817
Hunter Lab25.477444.6615-20.5664
CIE-Lab30.618954.9314-26.2530

#841072 color RGB value is (132,16,114).

#841072 hex color red value is 132, green value is 16 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #841072 hue: 0.86 , saturation: 0.78 and the lightness value of 841072 is 0.29.

The process color (four color CMYK) of #841072 color hex is 0.00, 0.88, 0.14, 0.48. Web safe color of #841072 is #990066. Color #841072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010000 01110010
Octal 204 20 162
Decimal 132 16 114
Hex 84 10 72

RGB Percentages of Color #841072

%50.38
%6.11
%43.51

CMYK Percentages of Color #841072

%0
%88
%14
%48

Triadic Colors of #841072

#841072 #728410 #107284

Analogous Colors of #841072

#841072 #841038 #5c1084

Monochromatic Colors of #841072

#841072

Complementary Color

#841072 #108422

#841072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#841072 Color CSS Codes

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

#841072 Text Font Color

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

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


#841072 Background Color

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

This div background color is #841072


#841072 Border Color

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

This div border color is #841072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841072


Comments

No comments written yet.

Please login to write comment.