Color Hex Logo

#840581 Color Hex

#840581
(132,5,129)
0 Favorites   0 Comments

Color spaces of #840581

RGB 1325129
HSL0.840.930.27
HSV301°96°52°
CMYK 0.000.960.02   0.48
XYZ13.53246.599121.3294
Yxy6.59910.32640.1592
Hunter Lab25.688749.0757-31.2465
CIE-Lab30.876359.0323-35.3334

#840581 color RGB value is (132,5,129).

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

The process color (four color CMYK) of #840581 color hex is 0.00, 0.96, 0.02, 0.48. Web safe color of #840581 is #990099. Color #840581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000101 10000001
Octal 204 5 201
Decimal 132 5 129
Hex 84 5 81

RGB Percentages of Color #840581

%49.62
%1.88
%48.50

CMYK Percentages of Color #840581

%0
%96
%2
%48

Triadic Colors of #840581

#840581 #818405 #058184

Analogous Colors of #840581

#840581 #840541 #480584

Monochromatic Colors of #840581

#840581

Complementary Color

#840581 #058408

#840581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840581 Color CSS Codes

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

#840581 Text Font Color

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

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


#840581 Background Color

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

This div background color is #840581


#840581 Border Color

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

This div border color is #840581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840581


Comments

No comments written yet.

Please login to write comment.