Color Hex Logo

#843688 Color Hex

#843688
(132,54,136)
0 Favorites   0 Comments

Color spaces of #843688

RGB 13254136
HSL0.830.430.37
HSV297°60°53°
CMYK 0.030.600.00   0.47
XYZ15.27889.321424.2865
Yxy9.32140.31250.1907
Hunter Lab30.531035.8987-25.7918
CIE-Lab36.595945.1588-30.6093

#843688 color RGB value is (132,54,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110110 10001000
Octal 204 66 210
Decimal 132 54 136
Hex 84 36 88

RGB Percentages of Color #843688

%40.99
%16.77
%42.24

CMYK Percentages of Color #843688

%3
%60
%0
%47

Triadic Colors of #843688

#843688 #888436 #368884

Analogous Colors of #843688

#843688 #883663 #5b3688

Monochromatic Colors of #843688

#843688

Complementary Color

#843688 #3a8836

#843688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843688 Color CSS Codes

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

#843688 Text Font Color

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

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


#843688 Background Color

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

This div background color is #843688


#843688 Border Color

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

This div border color is #843688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843688


Comments

No comments written yet.

Please login to write comment.