Color Hex Logo

#84819d Color Hex

#84819D
(132,129,157)
0 Favorites   0 Comments

Color spaces of #84819d

RGB 132129157
HSL0.680.130.56
HSV246°18°62°
CMYK 0.160.180.00   0.38
XYZ23.451823.040435.1095
Yxy23.04040.28740.2824
Hunter Lab48.00043.2099-9.7669
CIE-Lab55.11397.0792-14.5363

#84819d color RGB value is (132,129,157).

#84819d hex color red value is 132, green value is 129 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #84819d hue: 0.68 , saturation: 0.13 and the lightness value of 84819d is 0.56.

The process color (four color CMYK) of #84819d color hex is 0.16, 0.18, 0.00, 0.38. Web safe color of #84819d is #999999. Color #84819d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000001 10011101
Octal 204 201 235
Decimal 132 129 157
Hex 84 81 9D

RGB Percentages of Color #84819d

%31.58
%30.86
%37.56

CMYK Percentages of Color #84819d

%16
%18
%0
%38

Triadic Colors of #84819d

#84819d #9d8481 #819d84

Analogous Colors of #84819d

#84819d #92819d #818c9d

Monochromatic Colors of #84819d

#84819d

Complementary Color

#84819d #9a9d81

#84819d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84819d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84819d Color CSS Codes

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

#84819d Text Font Color

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

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


#84819d Background Color

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

This div background color is #84819d


#84819d Border Color

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

This div border color is #84819d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84819d


Comments

No comments written yet.

Please login to write comment.