Color Hex Logo

#842863 Color Hex

#842863
(132,40,99)
0 Favorites   0 Comments

Color spaces of #842863

RGB 1324099
HSL0.890.530.34
HSV322°70°52°
CMYK 0.000.700.25   0.48
XYZ12.52667.324012.5578
Yxy7.32400.38650.2260
Hunter Lab27.062935.2622-8.5679
CIE-Lab32.533445.2538-13.6744

#842863 color RGB value is (132,40,99).

#842863 hex color red value is 132, green value is 40 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #842863 hue: 0.89 , saturation: 0.53 and the lightness value of 842863 is 0.34.

The process color (four color CMYK) of #842863 color hex is 0.00, 0.70, 0.25, 0.48. Web safe color of #842863 is #993366. Color #842863 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101000 01100011
Octal 204 50 143
Decimal 132 40 99
Hex 84 28 63

RGB Percentages of Color #842863

%48.71
%14.76
%36.53

CMYK Percentages of Color #842863

%0
%70
%25
%48

Triadic Colors of #842863

#842863 #638428 #286384

Analogous Colors of #842863

#842863 #842835 #772884

Monochromatic Colors of #842863

#842863

Complementary Color

#842863 #288449

#842863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842863 Color CSS Codes

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

#842863 Text Font Color

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

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


#842863 Background Color

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

This div background color is #842863


#842863 Border Color

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

This div border color is #842863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842863


Comments

No comments written yet.

Please login to write comment.