Color Hex Logo

#84318d Color Hex

#84318D
(132,49,141)
0 Favorites   0 Comments

Color spaces of #84318d

RGB 13249141
HSL0.820.480.37
HSV294°65°55°
CMYK 0.060.650.00   0.45
XYZ15.42189.025226.1285
Yxy9.02520.30490.1785
Hunter Lab30.042039.0581-30.5371
CIE-Lab36.032848.4316-34.5722

#84318d color RGB value is (132,49,141).

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

The process color (four color CMYK) of #84318d color hex is 0.06, 0.65, 0.00, 0.45. Web safe color of #84318d is #993399. Color #84318d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110001 10001101
Octal 204 61 215
Decimal 132 49 141
Hex 84 31 8D

RGB Percentages of Color #84318d

%40.99
%15.22
%43.79

CMYK Percentages of Color #84318d

%6
%65
%0
%45

Triadic Colors of #84318d

#84318d #8d8431 #318d84

Analogous Colors of #84318d

#84318d #8d3168 #56318d

Monochromatic Colors of #84318d

#84318d

Complementary Color

#84318d #3a8d31

#84318d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84318d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84318d Color CSS Codes

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

#84318d Text Font Color

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

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


#84318d Background Color

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

This div background color is #84318d


#84318d Border Color

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

This div border color is #84318d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84318d


Comments

No comments written yet.

Please login to write comment.