Color Hex Logo

#843081 Color Hex

#843081
(132,48,129)
0 Favorites   0 Comments

Color spaces of #843081

RGB 13248129
HSL0.840.470.35
HSV302°64°52°
CMYK 0.000.640.02   0.48
XYZ14.53518.604421.6636
Yxy8.60440.32440.1920
Hunter Lab29.333337.1164-23.2544
CIE-Lab35.211246.6427-28.4629

#843081 color RGB value is (132,48,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110000 10000001
Octal 204 60 201
Decimal 132 48 129
Hex 84 30 81

RGB Percentages of Color #843081

%42.72
%15.53
%41.75

CMYK Percentages of Color #843081

%0
%64
%2
%48

Triadic Colors of #843081

#843081 #818430 #308184

Analogous Colors of #843081

#843081 #843057 #5d3084

Monochromatic Colors of #843081

#843081

Complementary Color

#843081 #308433

#843081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843081 Color CSS Codes

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

#843081 Text Font Color

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

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


#843081 Background Color

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

This div background color is #843081


#843081 Border Color

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

This div border color is #843081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843081


Comments

No comments written yet.

Please login to write comment.