Color Hex Logo

#840761 Color Hex

#840761
(132,7,97)
0 Favorites   0 Comments

Color spaces of #840761

RGB 132797
HSL0.880.900.27
HSV317°95°52°
CMYK 0.000.950.27   0.48
XYZ11.74945.920611.8328
Yxy5.92060.39820.2007
Hunter Lab24.332343.6113-11.8002
CIE-Lab29.211354.1983-17.4915

#840761 color RGB value is (132,7,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000111 01100001
Octal 204 7 141
Decimal 132 7 97
Hex 84 7 61

RGB Percentages of Color #840761

%55.93
%2.97
%41.10

CMYK Percentages of Color #840761

%0
%95
%27
%48

Triadic Colors of #840761

#840761 #618407 #076184

Analogous Colors of #840761

#840761 #840722 #690784

Monochromatic Colors of #840761

#840761

Complementary Color

#840761 #07842a

#840761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840761 Color CSS Codes

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

#840761 Text Font Color

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

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


#840761 Background Color

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

This div background color is #840761


#840761 Border Color

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

This div border color is #840761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840761


Comments

No comments written yet.

Please login to write comment.