Color Hex Logo

#842057 Color Hex

#842057
(132,32,87)
0 Favorites   0 Comments

Color spaces of #842057

RGB 1323287
HSL0.910.610.32
HSV327°76°52°
CMYK 0.000.760.34   0.48
XYZ11.75256.62679.6765
Yxy6.62670.41890.2362
Hunter Lab25.742436.4437-4.2673
CIE-Lab30.941546.7622-8.3180

#842057 color RGB value is (132,32,87).

#842057 hex color red value is 132, green value is 32 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #842057 hue: 0.91 , saturation: 0.61 and the lightness value of 842057 is 0.32.

The process color (four color CMYK) of #842057 color hex is 0.00, 0.76, 0.34, 0.48. Web safe color of #842057 is #993366. Color #842057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100000 01010111
Octal 204 40 127
Decimal 132 32 87
Hex 84 20 57

RGB Percentages of Color #842057

%52.59
%12.75
%34.66

CMYK Percentages of Color #842057

%0
%76
%34
%48

Triadic Colors of #842057

#842057 #578420 #205784

Analogous Colors of #842057

#842057 #842025 #7f2084

Monochromatic Colors of #842057

#842057

Complementary Color

#842057 #20844d

#842057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842057 Color CSS Codes

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

#842057 Text Font Color

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

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


#842057 Background Color

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

This div background color is #842057


#842057 Border Color

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

This div border color is #842057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842057


Comments

No comments written yet.

Please login to write comment.