Color Hex Logo

#847592 Color Hex

#847592
(132,117,146)
0 Favorites   0 Comments

Color spaces of #847592

RGB 132117146
HSL0.750.120.52
HSV271°20°57°
CMYK 0.100.200.00   0.43
XYZ21.065319.703429.8870
Yxy19.70340.29810.2789
Hunter Lab44.38857.0302-8.8483
CIE-Lab51.500211.6352-13.5986

#847592 color RGB value is (132,117,146).

#847592 hex color red value is 132, green value is 117 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #847592 hue: 0.75 , saturation: 0.12 and the lightness value of 847592 is 0.52.

The process color (four color CMYK) of #847592 color hex is 0.10, 0.20, 0.00, 0.43. Web safe color of #847592 is #996699. Color #847592 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110101 10010010
Octal 204 165 222
Decimal 132 117 146
Hex 84 75 92

RGB Percentages of Color #847592

%33.42
%29.62
%36.96

CMYK Percentages of Color #847592

%10
%20
%0
%43

Triadic Colors of #847592

#847592 #928475 #759284

Analogous Colors of #847592

#847592 #927592 #767592

Monochromatic Colors of #847592

#847592

Complementary Color

#847592 #839275

#847592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847592 Color CSS Codes

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

#847592 Text Font Color

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

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


#847592 Background Color

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

This div background color is #847592


#847592 Border Color

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

This div border color is #847592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847592


Comments

No comments written yet.

Please login to write comment.