Color Hex Logo

#84318e Color Hex

#84318E
(132,49,142)
0 Favorites   0 Comments

Color spaces of #84318e

RGB 13249142
HSL0.820.490.37
HSV294°65°56°
CMYK 0.070.650.00   0.44
XYZ15.49659.055226.5222
Yxy9.05520.30340.1773
Hunter Lab30.091939.2620-31.1924
CIE-Lab36.090448.6229-35.0940

#84318e color RGB value is (132,49,142).

#84318e hex color red value is 132, green value is 49 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #84318e hue: 0.82 , saturation: 0.49 and the lightness value of 84318e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110001 10001110
Octal 204 61 216
Decimal 132 49 142
Hex 84 31 8E

RGB Percentages of Color #84318e

%40.87
%15.17
%43.96

CMYK Percentages of Color #84318e

%7
%65
%0
%44

Triadic Colors of #84318e

#84318e #8e8431 #318e84

Analogous Colors of #84318e

#84318e #8e316a #55318e

Monochromatic Colors of #84318e

#84318e

Complementary Color

#84318e #3b8e31

#84318e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84318e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84318e Color CSS Codes

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

#84318e Text Font Color

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

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


#84318e Background Color

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

This div background color is #84318e


#84318e Border Color

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

This div border color is #84318e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84318e


Comments

No comments written yet.

Please login to write comment.