Color Hex Logo

#842479 Color Hex

#842479
(132,36,121)
0 Favorites   0 Comments

Color spaces of #842479

RGB 13236121
HSL0.850.570.33
HSV307°73°52°
CMYK 0.000.730.08   0.48
XYZ13.59787.547818.8293
Yxy7.54780.34020.1888
Hunter Lab27.473340.2698-21.4042
CIE-Lab33.022850.1999-26.9043

#842479 color RGB value is (132,36,121).

#842479 hex color red value is 132, green value is 36 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #842479 hue: 0.85 , saturation: 0.57 and the lightness value of 842479 is 0.33.

The process color (four color CMYK) of #842479 color hex is 0.00, 0.73, 0.08, 0.48. Web safe color of #842479 is #993366. Color #842479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100100 01111001
Octal 204 44 171
Decimal 132 36 121
Hex 84 24 79

RGB Percentages of Color #842479

%45.67
%12.46
%41.87

CMYK Percentages of Color #842479

%0
%73
%8
%48

Triadic Colors of #842479

#842479 #798424 #247984

Analogous Colors of #842479

#842479 #842449 #5f2484

Monochromatic Colors of #842479

#842479

Complementary Color

#842479 #24842f

#842479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842479 Color CSS Codes

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

#842479 Text Font Color

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

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


#842479 Background Color

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

This div background color is #842479


#842479 Border Color

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

This div border color is #842479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842479


Comments

No comments written yet.

Please login to write comment.