Color Hex Logo

#841460 Color Hex

#841460
(132,20,96)
0 Favorites   0 Comments

Color spaces of #841460

RGB 1322096
HSL0.890.740.30
HSV319°85°52°
CMYK 0.000.850.27   0.48
XYZ11.87726.250411.6468
Yxy6.25040.39890.2099
Hunter Lab25.000841.0491-10.1201
CIE-Lab30.035651.5449-15.5674

#841460 color RGB value is (132,20,96).

#841460 hex color red value is 132, green value is 20 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #841460 hue: 0.89 , saturation: 0.74 and the lightness value of 841460 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010100 01100000
Octal 204 24 140
Decimal 132 20 96
Hex 84 14 60

RGB Percentages of Color #841460

%53.23
%8.06
%38.71

CMYK Percentages of Color #841460

%0
%85
%27
%48

Triadic Colors of #841460

#841460 #608414 #146084

Analogous Colors of #841460

#841460 #841428 #701484

Monochromatic Colors of #841460

#841460

Complementary Color

#841460 #148438

#841460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#841460 Color CSS Codes

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

#841460 Text Font Color

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

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


#841460 Background Color

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

This div background color is #841460


#841460 Border Color

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

This div border color is #841460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841460


Comments

No comments written yet.

Please login to write comment.