Color Hex Logo

#841969 Color Hex

#841969
(132,25,105)
0 Favorites   0 Comments

Color spaces of #841969

RGB 13225105
HSL0.880.680.31
HSV315°81°52°
CMYK 0.000.810.20   0.48
XYZ12.41326.620713.9883
Yxy6.62070.37590.2005
Hunter Lab25.730741.0845-14.2210
CIE-Lab30.927351.4063-20.0079

#841969 color RGB value is (132,25,105).

#841969 hex color red value is 132, green value is 25 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #841969 hue: 0.88 , saturation: 0.68 and the lightness value of 841969 is 0.31.

The process color (four color CMYK) of #841969 color hex is 0.00, 0.81, 0.20, 0.48. Web safe color of #841969 is #990066. Color #841969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011001 01101001
Octal 204 31 151
Decimal 132 25 105
Hex 84 19 69

RGB Percentages of Color #841969

%50.38
%9.54
%40.08

CMYK Percentages of Color #841969

%0
%81
%20
%48

Triadic Colors of #841969

#841969 #698419 #196984

Analogous Colors of #841969

#841969 #841934 #6a1984

Monochromatic Colors of #841969

#841969

Complementary Color

#841969 #198434

#841969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#841969 Color CSS Codes

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

#841969 Text Font Color

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

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


#841969 Background Color

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

This div background color is #841969


#841969 Border Color

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

This div border color is #841969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841969


Comments

No comments written yet.

Please login to write comment.