Color Hex Logo

#841596 Color Hex

#841596
(132,21,150)
0 Favorites   0 Comments

Color spaces of #841596

RGB 13221150
HSL0.810.750.34
HSV292°86°59°
CMYK 0.120.860.00   0.41
XYZ15.28897.643929.5238
Yxy7.64390.29150.1457
Hunter Lab27.647650.3257-43.9602
CIE-Lab33.230059.7269-44.5703

#841596 color RGB value is (132,21,150).

#841596 hex color red value is 132, green value is 21 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #841596 hue: 0.81 , saturation: 0.75 and the lightness value of 841596 is 0.34.

The process color (four color CMYK) of #841596 color hex is 0.12, 0.86, 0.00, 0.41. Web safe color of #841596 is #990099. Color #841596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010101 10010110
Octal 204 25 226
Decimal 132 21 150
Hex 84 15 96

RGB Percentages of Color #841596

%43.56
%6.93
%49.50

CMYK Percentages of Color #841596

%12
%86
%0
%41

Triadic Colors of #841596

#841596 #968415 #159684

Analogous Colors of #841596

#841596 #961568 #431596

Monochromatic Colors of #841596

#841596

Complementary Color

#841596 #279615

#841596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#841596 Color CSS Codes

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

#841596 Text Font Color

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

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


#841596 Background Color

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

This div background color is #841596


#841596 Border Color

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

This div border color is #841596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841596


Comments

No comments written yet.

Please login to write comment.