Color Hex Logo

#843376 Color Hex

#843376
(132,51,118)
0 Favorites   0 Comments

Color spaces of #843376

RGB 13251118
HSL0.860.440.36
HSV310°61°52°
CMYK 0.000.610.11   0.48
XYZ13.96968.581218.0596
Yxy8.58120.34400.2113
Hunter Lab29.293733.8593-16.0468
CIE-Lab35.165143.3278-21.6712

#843376 color RGB value is (132,51,118).

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

The process color (four color CMYK) of #843376 color hex is 0.00, 0.61, 0.11, 0.48. Web safe color of #843376 is #993366. Color #843376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110011 01110110
Octal 204 63 166
Decimal 132 51 118
Hex 84 33 76

RGB Percentages of Color #843376

%43.85
%16.94
%39.20

CMYK Percentages of Color #843376

%0
%61
%11
%48

Triadic Colors of #843376

#843376 #768433 #337684

Analogous Colors of #843376

#843376 #84334d #6a3384

Monochromatic Colors of #843376

#843376

Complementary Color

#843376 #338441

#843376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843376 Color CSS Codes

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

#843376 Text Font Color

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

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


#843376 Background Color

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

This div background color is #843376


#843376 Border Color

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

This div border color is #843376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843376


Comments

No comments written yet.

Please login to write comment.