Color Hex Logo

#843562 Color Hex

#843562
(132,53,98)
0 Favorites   0 Comments

Color spaces of #843562

RGB 1325398
HSL0.910.430.36
HSV326°60°52°
CMYK 0.000.600.26   0.48
XYZ12.99348.333612.4790
Yxy8.33360.38440.2465
Hunter Lab28.868029.8234-5.4222
CIE-Lab34.668239.1742-9.7896

#843562 color RGB value is (132,53,98).

#843562 hex color red value is 132, green value is 53 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #843562 hue: 0.91 , saturation: 0.43 and the lightness value of 843562 is 0.36.

The process color (four color CMYK) of #843562 color hex is 0.00, 0.60, 0.26, 0.48. Web safe color of #843562 is #993366. Color #843562 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110101 01100010
Octal 204 65 142
Decimal 132 53 98
Hex 84 35 62

RGB Percentages of Color #843562

%46.64
%18.73
%34.63

CMYK Percentages of Color #843562

%0
%60
%26
%48

Triadic Colors of #843562

#843562 #628435 #356284

Analogous Colors of #843562

#843562 #84353b #7f3584

Monochromatic Colors of #843562

#843562

Complementary Color

#843562 #358457

#843562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843562 Color CSS Codes

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

#843562 Text Font Color

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

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


#843562 Background Color

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

This div background color is #843562


#843562 Border Color

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

This div border color is #843562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843562


Comments

No comments written yet.

Please login to write comment.