Color Hex Logo

#841487 Color Hex

#841487
(132,20,135)
0 Favorites   0 Comments

Color spaces of #841487

RGB 13220135
HSL0.830.740.30
HSV298°85°53°
CMYK 0.020.850.00   0.47
XYZ14.13907.155123.5575
Yxy7.15510.31520.1595
Hunter Lab26.749047.5408-33.4916
CIE-Lab32.157457.3543-37.0359

#841487 color RGB value is (132,20,135).

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

The process color (four color CMYK) of #841487 color hex is 0.02, 0.85, 0.00, 0.47. Web safe color of #841487 is #990099. Color #841487 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010100 10000111
Octal 204 24 207
Decimal 132 20 135
Hex 84 14 87

RGB Percentages of Color #841487

%45.99
%6.97
%47.04

CMYK Percentages of Color #841487

%2
%85
%0
%47

Triadic Colors of #841487

#841487 #878414 #148784

Analogous Colors of #841487

#841487 #871451 #4b1487

Monochromatic Colors of #841487

#841487

Complementary Color

#841487 #178714

#841487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#841487 Color CSS Codes

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

#841487 Text Font Color

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

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


#841487 Background Color

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

This div background color is #841487


#841487 Border Color

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

This div border color is #841487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841487


Comments

No comments written yet.

Please login to write comment.