Color Hex Logo

#843386 Color Hex

#843386
(132,51,134)
0 Favorites   0 Comments

Color spaces of #843386

RGB 13251134
HSL0.830.450.36
HSV299°62°53°
CMYK 0.010.620.00   0.47
XYZ15.00268.994423.4996
Yxy8.99440.31590.1894
Hunter Lab29.990736.8096-25.4640
CIE-Lab35.973546.1933-30.3580

#843386 color RGB value is (132,51,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110011 10000110
Octal 204 63 206
Decimal 132 51 134
Hex 84 33 86

RGB Percentages of Color #843386

%41.64
%16.09
%42.27

CMYK Percentages of Color #843386

%1
%62
%0
%47

Triadic Colors of #843386

#843386 #868433 #338684

Analogous Colors of #843386

#843386 #86335f #5a3386

Monochromatic Colors of #843386

#843386

Complementary Color

#843386 #358633

#843386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843386 Color CSS Codes

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

#843386 Text Font Color

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

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


#843386 Background Color

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

This div background color is #843386


#843386 Border Color

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

This div border color is #843386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843386


Comments

No comments written yet.

Please login to write comment.