Color Hex Logo

#842881 Color Hex

#842881
(132,40,129)
0 Favorites   0 Comments

Color spaces of #842881

RGB 13240129
HSL0.840.530.34
HSV302°70°52°
CMYK 0.000.700.02   0.48
XYZ14.23708.008121.5642
Yxy8.00810.32500.1828
Hunter Lab28.298640.2807-25.3714
CIE-Lab33.999750.0239-30.3727

#842881 color RGB value is (132,40,129).

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

The process color (four color CMYK) of #842881 color hex is 0.00, 0.70, 0.02, 0.48. Web safe color of #842881 is #993399. Color #842881 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101000 10000001
Octal 204 50 201
Decimal 132 40 129
Hex 84 28 81

RGB Percentages of Color #842881

%43.85
%13.29
%42.86

CMYK Percentages of Color #842881

%0
%70
%2
%48

Triadic Colors of #842881

#842881 #818428 #288184

Analogous Colors of #842881

#842881 #842853 #592884

Monochromatic Colors of #842881

#842881

Complementary Color

#842881 #28842b

#842881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842881 Color CSS Codes

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

#842881 Text Font Color

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

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


#842881 Background Color

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

This div background color is #842881


#842881 Border Color

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

This div border color is #842881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842881


Comments

No comments written yet.

Please login to write comment.