Color Hex Logo

#84799a Color Hex

#84799A
(132,121,154)
0 Favorites   0 Comments

Color spaces of #84799a

RGB 132121154
HSL0.720.140.54
HSV260°21°60°
CMYK 0.140.210.00   0.40
XYZ22.185820.913433.4392
Yxy20.91340.28990.2732
Hunter Lab45.73126.5671-11.3418
CIE-Lab52.854611.0699-16.2214

#84799a color RGB value is (132,121,154).

#84799a hex color red value is 132, green value is 121 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #84799a hue: 0.72 , saturation: 0.14 and the lightness value of 84799a is 0.54.

The process color (four color CMYK) of #84799a color hex is 0.14, 0.21, 0.00, 0.40. Web safe color of #84799a is #996699. Color #84799a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111001 10011010
Octal 204 171 232
Decimal 132 121 154
Hex 84 79 9A

RGB Percentages of Color #84799a

%32.43
%29.73
%37.84

CMYK Percentages of Color #84799a

%14
%21
%0
%40

Triadic Colors of #84799a

#84799a #9a8479 #799a84

Analogous Colors of #84799a

#84799a #95799a #797f9a

Monochromatic Colors of #84799a

#84799a

Complementary Color

#84799a #8f9a79

#84799a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84799a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84799a Color CSS Codes

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

#84799a Text Font Color

<p style="color:#84799a">Text here</p>

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


#84799a Background Color

<div style="background-color:#84799a">
Div content here</div>

This div background color is #84799a


#84799a Border Color

<div style="border:3px solid #84799a">
Div here</div>

This div border color is #84799a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,121,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84799a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84799a;
  -webkit-box-shadow: 1px 1px 3px 2px #84799a;
  box-shadow:         1px 1px 3px 2px #84799a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84799a


Comments

No comments written yet.

Please login to write comment.