Color Hex Logo

#840261 Color Hex

#840261
(132,2,97)
0 Favorites   0 Comments

Color spaces of #840261

RGB 132297
HSL0.880.970.26
HSV316°98°52°
CMYK 0.000.980.27   0.48
XYZ11.69515.812011.8147
Yxy5.81200.39890.1982
Hunter Lab24.108144.4032-12.1807
CIE-Lab28.933155.0129-17.9223

#840261 color RGB value is (132,2,97).

#840261 hex color red value is 132, green value is 2 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #840261 hue: 0.88 , saturation: 0.97 and the lightness value of 840261 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000010 01100001
Octal 204 2 141
Decimal 132 2 97
Hex 84 2 61

RGB Percentages of Color #840261

%57.14
%0.87
%41.99

CMYK Percentages of Color #840261

%0
%98
%27
%48

Triadic Colors of #840261

#840261 #618402 #026184

Analogous Colors of #840261

#840261 #840220 #660284

Monochromatic Colors of #840261

#840261

Complementary Color

#840261 #028425

#840261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840261 Color CSS Codes

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

#840261 Text Font Color

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

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


#840261 Background Color

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

This div background color is #840261


#840261 Border Color

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

This div border color is #840261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840261


Comments

No comments written yet.

Please login to write comment.