Color Hex Logo

#842887 Color Hex

#842887
(132,40,135)
0 Favorites   0 Comments

Color spaces of #842887

RGB 13240135
HSL0.830.540.34
HSV298°70°53°
CMYK 0.020.700.00   0.47
XYZ14.64778.172423.7271
Yxy8.17240.31470.1756
Hunter Lab28.587441.4324-29.1986
CIE-Lab34.339451.0892-33.5613

#842887 color RGB value is (132,40,135).

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

The process color (four color CMYK) of #842887 color hex is 0.02, 0.70, 0.00, 0.47. Web safe color of #842887 is #993399. Color #842887 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101000 10000111
Octal 204 50 207
Decimal 132 40 135
Hex 84 28 87

RGB Percentages of Color #842887

%43.00
%13.03
%43.97

CMYK Percentages of Color #842887

%2
%70
%0
%47

Triadic Colors of #842887

#842887 #878428 #288784

Analogous Colors of #842887

#842887 #87285b #552887

Monochromatic Colors of #842887

#842887

Complementary Color

#842887 #2b8728

#842887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842887 Color CSS Codes

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

#842887 Text Font Color

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

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


#842887 Background Color

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

This div background color is #842887


#842887 Border Color

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

This div border color is #842887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842887


Comments

No comments written yet.

Please login to write comment.