Color Hex Logo

#843984 Color Hex

#843984
(132,57,132)
0 Favorites   0 Comments

Color spaces of #843984

RGB 13257132
HSL0.830.400.37
HSV300°57°52°
CMYK 0.000.570.00   0.48
XYZ15.14379.497722.8649
Yxy9.49770.31880.1999
Hunter Lab30.818333.7803-22.4159
CIE-Lab36.925442.9348-27.6268

#843984 color RGB value is (132,57,132).

#843984 hex color red value is 132, green value is 57 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #843984 hue: 0.83 , saturation: 0.40 and the lightness value of 843984 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111001 10000100
Octal 204 71 204
Decimal 132 57 132
Hex 84 39 84

RGB Percentages of Color #843984

%41.12
%17.76
%41.12

CMYK Percentages of Color #843984

%0
%57
%0
%48

Triadic Colors of #843984

#843984 #848439 #398484

Analogous Colors of #843984

#843984 #84395f #5f3984

Monochromatic Colors of #843984

#843984

Complementary Color

#843984 #398439

#843984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843984 Color CSS Codes

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

#843984 Text Font Color

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

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


#843984 Background Color

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

This div background color is #843984


#843984 Border Color

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

This div border color is #843984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843984


Comments

No comments written yet.

Please login to write comment.