Color Hex Logo

#841999 Color Hex

#841999
(132,25,153)
0 Favorites   0 Comments

Color spaces of #841999

RGB 13225153
HSL0.810.720.35
HSV290°84°60°
CMYK 0.140.840.00   0.40
XYZ15.61317.900730.8391
Yxy7.90070.28730.1454
Hunter Lab28.108249.9611-45.3747
CIE-Lab33.775259.2854-45.5247

#841999 color RGB value is (132,25,153).

#841999 hex color red value is 132, green value is 25 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #841999 hue: 0.81 , saturation: 0.72 and the lightness value of 841999 is 0.35.

The process color (four color CMYK) of #841999 color hex is 0.14, 0.84, 0.00, 0.40. Web safe color of #841999 is #990099. Color #841999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011001 10011001
Octal 204 31 231
Decimal 132 25 153
Hex 84 19 99

RGB Percentages of Color #841999

%42.58
%8.06
%49.35

CMYK Percentages of Color #841999

%14
%84
%0
%40

Triadic Colors of #841999

#841999 #998419 #199984

Analogous Colors of #841999

#841999 #99196e #441999

Monochromatic Colors of #841999

#841999

Complementary Color

#841999 #2e9919

#841999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#841999 Color CSS Codes

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

#841999 Text Font Color

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

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


#841999 Background Color

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

This div background color is #841999


#841999 Border Color

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

This div border color is #841999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841999


Comments

No comments written yet.

Please login to write comment.