Color Hex Logo

#841061 Color Hex

#841061
(132,16,97)
0 Favorites   0 Comments

Color spaces of #841061

RGB 1321697
HSL0.880.780.29
HSV318°88°52°
CMYK 0.000.880.27   0.48
XYZ11.85876.139211.8692
Yxy6.13920.39700.2056
Hunter Lab24.777442.0713-11.0577
CIE-Lab29.761052.5988-16.6415

#841061 color RGB value is (132,16,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010000 01100001
Octal 204 20 141
Decimal 132 16 97
Hex 84 10 61

RGB Percentages of Color #841061

%53.88
%6.53
%39.59

CMYK Percentages of Color #841061

%0
%88
%27
%48

Triadic Colors of #841061

#841061 #618410 #106184

Analogous Colors of #841061

#841061 #841027 #6d1084

Monochromatic Colors of #841061

#841061

Complementary Color

#841061 #108433

#841061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#841061 Color CSS Codes

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

#841061 Text Font Color

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

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


#841061 Background Color

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

This div background color is #841061


#841061 Border Color

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

This div border color is #841061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841061


Comments

No comments written yet.

Please login to write comment.