Color Hex Logo

#840354 Color Hex

#840354
(132,3,84)
0 Favorites   0 Comments

Color spaces of #840354

RGB 132384
HSL0.900.960.26
HSV322°98°52°
CMYK 0.000.980.36   0.48
XYZ11.14855.61088.8829
Yxy5.61080.43480.2188
Hunter Lab23.687142.5597-5.6533
CIE-Lab28.408553.3377-10.1754

#840354 color RGB value is (132,3,84).

#840354 hex color red value is 132, green value is 3 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #840354 hue: 0.90 , saturation: 0.96 and the lightness value of 840354 is 0.26.

The process color (four color CMYK) of #840354 color hex is 0.00, 0.98, 0.36, 0.48. Web safe color of #840354 is #990066. Color #840354 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000011 01010100
Octal 204 3 124
Decimal 132 3 84
Hex 84 3 54

RGB Percentages of Color #840354

%60.27
%1.37
%38.36

CMYK Percentages of Color #840354

%0
%98
%36
%48

Triadic Colors of #840354

#840354 #548403 #035484

Analogous Colors of #840354

#840354 #840313 #740384

Monochromatic Colors of #840354

#840354

Complementary Color

#840354 #038433

#840354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840354 Color CSS Codes

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

#840354 Text Font Color

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

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


#840354 Background Color

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

This div background color is #840354


#840354 Border Color

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

This div border color is #840354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840354


Comments

No comments written yet.

Please login to write comment.