Color Hex Logo

#840625 Color Hex

#840625
(132,6,37)
0 Favorites   0 Comments

Color spaces of #840625

RGB 132637
HSL0.960.910.27
HSV345°95°52°
CMYK 0.000.950.72   0.48
XYZ9.91485.16942.2255
Yxy5.16940.57280.2986
Hunter Lab22.736338.051310.1119
CIE-Lab27.212049.111619.8205

#840625 color RGB value is (132,6,37).

#840625 hex color red value is 132, green value is 6 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #840625 hue: 0.96 , saturation: 0.91 and the lightness value of 840625 is 0.27.

The process color (four color CMYK) of #840625 color hex is 0.00, 0.95, 0.72, 0.48. Web safe color of #840625 is #990033. Color #840625 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000110 00100101
Octal 204 6 45
Decimal 132 6 37
Hex 84 6 25

RGB Percentages of Color #840625

%75.43
%3.43
%21.14

CMYK Percentages of Color #840625

%0
%95
%72
%48

Triadic Colors of #840625

#840625 #258406 #062584

Analogous Colors of #840625

#840625 #842606 #840664

Monochromatic Colors of #840625

#840625

Complementary Color

#840625 #068465

#840625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840625 Color CSS Codes

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

#840625 Text Font Color

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

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


#840625 Background Color

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

This div background color is #840625


#840625 Border Color

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

This div border color is #840625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840625


Comments

No comments written yet.

Please login to write comment.