Color Hex Logo

#84348e Color Hex

#84348E
(132,52,142)
0 Favorites   0 Comments

Color spaces of #84348e

RGB 13252142
HSL0.810.460.38
HSV293°63°56°
CMYK 0.070.630.00   0.44
XYZ15.62629.314526.5655
Yxy9.31450.30340.1808
Hunter Lab30.519737.9834-30.2445
CIE-Lab36.582947.2599-34.3128

#84348e color RGB value is (132,52,142).

#84348e hex color red value is 132, green value is 52 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #84348e hue: 0.81 , saturation: 0.46 and the lightness value of 84348e is 0.38.

The process color (four color CMYK) of #84348e color hex is 0.07, 0.63, 0.00, 0.44. Web safe color of #84348e is #993399. Color #84348e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110100 10001110
Octal 204 64 216
Decimal 132 52 142
Hex 84 34 8E

RGB Percentages of Color #84348e

%40.49
%15.95
%43.56

CMYK Percentages of Color #84348e

%7
%63
%0
%44

Triadic Colors of #84348e

#84348e #8e8434 #348e84

Analogous Colors of #84348e

#84348e #8e346b #57348e

Monochromatic Colors of #84348e

#84348e

Complementary Color

#84348e #3e8e34

#84348e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84348e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84348e Color CSS Codes

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

#84348e Text Font Color

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

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


#84348e Background Color

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

This div background color is #84348e


#84348e Border Color

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

This div border color is #84348e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84348e


Comments

No comments written yet.

Please login to write comment.