Color Hex Logo

#843686 Color Hex

#843686
(132,54,134)
0 Favorites   0 Comments

Color spaces of #843686

RGB 13254134
HSL0.830.430.37
HSV299°60°53°
CMYK 0.010.600.00   0.47
XYZ15.13809.265123.5447
Yxy9.26510.31570.1932
Hunter Lab30.438635.5056-24.5546
CIE-Lab36.489844.7785-29.5445

#843686 color RGB value is (132,54,134).

#843686 hex color red value is 132, green value is 54 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #843686 hue: 0.83 , saturation: 0.43 and the lightness value of 843686 is 0.37.

The process color (four color CMYK) of #843686 color hex is 0.01, 0.60, 0.00, 0.47. Web safe color of #843686 is #993399. Color #843686 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110110 10000110
Octal 204 66 206
Decimal 132 54 134
Hex 84 36 86

RGB Percentages of Color #843686

%41.25
%16.88
%41.88

CMYK Percentages of Color #843686

%1
%60
%0
%47

Triadic Colors of #843686

#843686 #868436 #368684

Analogous Colors of #843686

#843686 #863660 #5c3686

Monochromatic Colors of #843686

#843686

Complementary Color

#843686 #388636

#843686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843686 Color CSS Codes

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

#843686 Text Font Color

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

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


#843686 Background Color

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

This div background color is #843686


#843686 Border Color

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

This div border color is #843686


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,54,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #843686; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #843686;
  -webkit-box-shadow: 1px 1px 3px 2px #843686;
  box-shadow:         1px 1px 3px 2px #843686; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843686


Comments

No comments written yet.

Please login to write comment.