Color Hex Logo

#84139d Color Hex

#84139D
(132,19,157)
0 Favorites   0 Comments

Color spaces of #84139d

RGB 13219157
HSL0.800.780.35
HSV289°88°62°
CMYK 0.160.880.00   0.38
XYZ15.83447.805632.5704
Yxy7.80560.28170.1389
Hunter Lab27.938552.2741-49.5627
CIE-Lab33.574761.4374-48.2837

#84139d color RGB value is (132,19,157).

#84139d hex color red value is 132, green value is 19 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #84139d hue: 0.80 , saturation: 0.78 and the lightness value of 84139d is 0.35.

The process color (four color CMYK) of #84139d color hex is 0.16, 0.88, 0.00, 0.38. Web safe color of #84139d is #990099. Color #84139d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010011 10011101
Octal 204 23 235
Decimal 132 19 157
Hex 84 13 9D

RGB Percentages of Color #84139d

%42.86
%6.17
%50.97

CMYK Percentages of Color #84139d

%16
%88
%0
%38

Triadic Colors of #84139d

#84139d #9d8413 #139d84

Analogous Colors of #84139d

#84139d #9d1371 #3f139d

Monochromatic Colors of #84139d

#84139d

Complementary Color

#84139d #2c9d13

#84139d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84139d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84139d Color CSS Codes

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

#84139d Text Font Color

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

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


#84139d Background Color

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

This div background color is #84139d


#84139d Border Color

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

This div border color is #84139d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84139d


Comments

No comments written yet.

Please login to write comment.