Color Hex Logo

#847195 Color Hex

#847195
(132,113,149)
0 Favorites   0 Comments

Color spaces of #847195

RGB 132113149
HSL0.750.150.51
HSV272°24°58°
CMYK 0.110.240.00   0.42
XYZ20.845718.885730.9804
Yxy18.88570.29480.2671
Hunter Lab43.45779.5716-11.8467
CIE-Lab50.553214.6619-16.7975

#847195 color RGB value is (132,113,149).

#847195 hex color red value is 132, green value is 113 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #847195 hue: 0.75 , saturation: 0.15 and the lightness value of 847195 is 0.51.

The process color (four color CMYK) of #847195 color hex is 0.11, 0.24, 0.00, 0.42. Web safe color of #847195 is #996699. Color #847195 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110001 10010101
Octal 204 161 225
Decimal 132 113 149
Hex 84 71 95

RGB Percentages of Color #847195

%33.50
%28.68
%37.82

CMYK Percentages of Color #847195

%11
%24
%0
%42

Triadic Colors of #847195

#847195 #958471 #719584

Analogous Colors of #847195

#847195 #957194 #727195

Monochromatic Colors of #847195

#847195

Complementary Color

#847195 #829571

#847195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847195 Color CSS Codes

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

#847195 Text Font Color

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

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


#847195 Background Color

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

This div background color is #847195


#847195 Border Color

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

This div border color is #847195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847195


Comments

No comments written yet.

Please login to write comment.