Color Hex Logo

#845762 Color Hex

#845762
(132,87,98)
0 Favorites   0 Comments

Color spaces of #845762

RGB 1328798
HSL0.960.210.43
HSV345°34°52°
CMYK 0.000.340.26   0.48
XYZ15.128512.603813.1907
Yxy12.60380.36970.3080
Hunter Lab35.501813.93652.8221
CIE-Lab42.160120.28071.3146

#845762 color RGB value is (132,87,98).

#845762 hex color red value is 132, green value is 87 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #845762 hue: 0.96 , saturation: 0.21 and the lightness value of 845762 is 0.43.

The process color (four color CMYK) of #845762 color hex is 0.00, 0.34, 0.26, 0.48. Web safe color of #845762 is #996666. Color #845762 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010111 01100010
Octal 204 127 142
Decimal 132 87 98
Hex 84 57 62

RGB Percentages of Color #845762

%41.64
%27.44
%30.91

CMYK Percentages of Color #845762

%0
%34
%26
%48

Triadic Colors of #845762

#845762 #628457 #576284

Analogous Colors of #845762

#845762 #846357 #845779

Monochromatic Colors of #845762

#845762

Complementary Color

#845762 #578479

#845762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#845762 Color CSS Codes

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

#845762 Text Font Color

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

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


#845762 Background Color

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

This div background color is #845762


#845762 Border Color

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

This div border color is #845762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845762


Comments

No comments written yet.

Please login to write comment.