Color Hex Logo

#84416a Color Hex

#84416A
(132,65,106)
0 Favorites   0 Comments

Color spaces of #84416a

RGB 13265106
HSL0.900.340.39
HSV323°51°52°
CMYK 0.000.510.20   0.48
XYZ14.00759.726714.7748
Yxy9.72670.36370.2526
Hunter Lab31.187725.5924-6.2566
CIE-Lab37.347434.1598-10.7959

#84416a color RGB value is (132,65,106).

#84416a hex color red value is 132, green value is 65 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #84416a hue: 0.90 , saturation: 0.34 and the lightness value of 84416a is 0.39.

The process color (four color CMYK) of #84416a color hex is 0.00, 0.51, 0.20, 0.48. Web safe color of #84416a is #993366. Color #84416a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000001 01101010
Octal 204 101 152
Decimal 132 65 106
Hex 84 41 6A

RGB Percentages of Color #84416a

%43.56
%21.45
%34.98

CMYK Percentages of Color #84416a

%0
%51
%20
%48

Triadic Colors of #84416a

#84416a #6a8441 #416a84

Analogous Colors of #84416a

#84416a #844149 #7d4184

Monochromatic Colors of #84416a

#84416a

Complementary Color

#84416a #41845b

#84416a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84416a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84416a Color CSS Codes

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

#84416a Text Font Color

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

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


#84416a Background Color

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

This div background color is #84416a


#84416a Border Color

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

This div border color is #84416a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84416a


Comments

No comments written yet.

Please login to write comment.