Color Hex Logo

#84829b Color Hex

#84829B
(132,130,155)
0 Favorites   0 Comments

Color spaces of #84829b

RGB 132130155
HSL0.680.110.56
HSV245°16°61°
CMYK 0.150.160.00   0.39
XYZ23.414723.237434.2615
Yxy23.23740.28940.2872
Hunter Lab48.20522.3437-8.3963
CIE-Lab55.31606.0426-13.0747

#84829b color RGB value is (132,130,155).

#84829b hex color red value is 132, green value is 130 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #84829b hue: 0.68 , saturation: 0.11 and the lightness value of 84829b is 0.56.

The process color (four color CMYK) of #84829b color hex is 0.15, 0.16, 0.00, 0.39. Web safe color of #84829b is #999999. Color #84829b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000010 10011011
Octal 204 202 233
Decimal 132 130 155
Hex 84 82 9B

RGB Percentages of Color #84829b

%31.65
%31.18
%37.17

CMYK Percentages of Color #84829b

%15
%16
%0
%39

Triadic Colors of #84829b

#84829b #9b8482 #829b84

Analogous Colors of #84829b

#84829b #91829b #828d9b

Monochromatic Colors of #84829b

#84829b

Complementary Color

#84829b #999b82

#84829b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84829b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84829b Color CSS Codes

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

#84829b Text Font Color

<p style="color:#84829b">Text here</p>

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


#84829b Background Color

<div style="background-color:#84829b">
Div content here</div>

This div background color is #84829b


#84829b Border Color

<div style="border:3px solid #84829b">
Div here</div>

This div border color is #84829b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,130,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84829b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84829b;
  -webkit-box-shadow: 1px 1px 3px 2px #84829b;
  box-shadow:         1px 1px 3px 2px #84829b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84829b


Comments

No comments written yet.

Please login to write comment.