Color Hex Logo

#84749a Color Hex

#84749A
(132,116,154)
0 Favorites   0 Comments

Color spaces of #84749a

RGB 132116154
HSL0.740.160.53
HSV265°25°60°
CMYK 0.140.250.00   0.40
XYZ21.593819.729433.2419
Yxy19.72940.28960.2646
Hunter Lab44.41789.0470-13.2797
CIE-Lab51.529914.0169-18.2395

#84749a color RGB value is (132,116,154).

#84749a hex color red value is 132, green value is 116 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #84749a hue: 0.74 , saturation: 0.16 and the lightness value of 84749a is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110100 10011010
Octal 204 164 232
Decimal 132 116 154
Hex 84 74 9A

RGB Percentages of Color #84749a

%32.84
%28.86
%38.31

CMYK Percentages of Color #84749a

%14
%25
%0
%40

Triadic Colors of #84749a

#84749a #9a8474 #749a84

Analogous Colors of #84749a

#84749a #97749a #74779a

Monochromatic Colors of #84749a

#84749a

Complementary Color

#84749a #8a9a74

#84749a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84749a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84749a Color CSS Codes

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

#84749a Text Font Color

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

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


#84749a Background Color

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

This div background color is #84749a


#84749a Border Color

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

This div border color is #84749a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84749a


Comments

No comments written yet.

Please login to write comment.