Color Hex Logo

#842896 Color Hex

#842896
(132,40,150)
0 Favorites   0 Comments

Color spaces of #842896

RGB 13240150
HSL0.810.580.37
HSV290°73°59°
CMYK 0.120.730.00   0.41
XYZ15.77958.625129.6873
Yxy8.62510.29170.1595
Hunter Lab29.368544.5119-39.3756
CIE-Lab35.252253.8883-41.3222

#842896 color RGB value is (132,40,150).

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

The process color (four color CMYK) of #842896 color hex is 0.12, 0.73, 0.00, 0.41. Web safe color of #842896 is #993399. Color #842896 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101000 10010110
Octal 204 50 226
Decimal 132 40 150
Hex 84 28 96

RGB Percentages of Color #842896

%40.99
%12.42
%46.58

CMYK Percentages of Color #842896

%12
%73
%0
%41

Triadic Colors of #842896

#842896 #968428 #289684

Analogous Colors of #842896

#842896 #962871 #4d2896

Monochromatic Colors of #842896

#842896

Complementary Color

#842896 #3a9628

#842896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842896 Color CSS Codes

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

#842896 Text Font Color

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

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


#842896 Background Color

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

This div background color is #842896


#842896 Border Color

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

This div border color is #842896


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,40,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 #842896">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842896

#842896 Color Palettes


Comments

No comments written yet.

Please login to write comment.