Color Hex Logo

#842655 Color Hex

#842655
(132,38,85)
0 Favorites   0 Comments

Color spaces of #842655

RGB 1323885
HSL0.920.550.33
HSV330°71°52°
CMYK 0.000.710.36   0.48
XYZ11.84856.94769.3109
Yxy6.94760.42150.2472
Hunter Lab26.358334.1117-2.4930
CIE-Lab31.687344.2239-5.8936

#842655 color RGB value is (132,38,85).

#842655 hex color red value is 132, green value is 38 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #842655 hue: 0.92 , saturation: 0.55 and the lightness value of 842655 is 0.33.

The process color (four color CMYK) of #842655 color hex is 0.00, 0.71, 0.36, 0.48. Web safe color of #842655 is #993366. Color #842655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100110 01010101
Octal 204 46 125
Decimal 132 38 85
Hex 84 26 55

RGB Percentages of Color #842655

%51.76
%14.90
%33.33

CMYK Percentages of Color #842655

%0
%71
%36
%48

Triadic Colors of #842655

#842655 #558426 #265584

Analogous Colors of #842655

#842655 #842626 #842684

Monochromatic Colors of #842655

#842655

Complementary Color

#842655 #268455

#842655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842655 Color CSS Codes

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

#842655 Text Font Color

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

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


#842655 Background Color

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

This div background color is #842655


#842655 Border Color

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

This div border color is #842655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842655


Comments

No comments written yet.

Please login to write comment.