Color Hex Logo

#84149f Color Hex

#84149F
(132,20,159)
0 Favorites   0 Comments

Color spaces of #84149f

RGB 13220159
HSL0.800.780.35
HSV288°87°62°
CMYK 0.170.870.00   0.38
XYZ16.02397.909033.4829
Yxy7.90900.27910.1377
Hunter Lab28.122952.4906-50.9040
CIE-Lab33.792661.5911-49.1456

#84149f color RGB value is (132,20,159).

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

The process color (four color CMYK) of #84149f color hex is 0.17, 0.87, 0.00, 0.38. Web safe color of #84149f is #990099. Color #84149f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010100 10011111
Octal 204 24 237
Decimal 132 20 159
Hex 84 14 9F

RGB Percentages of Color #84149f

%42.44
%6.43
%51.13

CMYK Percentages of Color #84149f

%17
%87
%0
%38

Triadic Colors of #84149f

#84149f #9f8414 #149f84

Analogous Colors of #84149f

#84149f #9f1475 #3e149f

Monochromatic Colors of #84149f

#84149f

Complementary Color

#84149f #2f9f14

#84149f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84149f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84149f Color CSS Codes

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

#84149f Text Font Color

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

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


#84149f Background Color

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

This div background color is #84149f


#84149f Border Color

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

This div border color is #84149f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84149f


Comments

No comments written yet.

Please login to write comment.