Color Hex Logo

#847294 Color Hex

#847294
(132,114,148)
0 Favorites   0 Comments

Color spaces of #847294

RGB 132114148
HSL0.750.140.51
HSV272°23°58°
CMYK 0.110.230.00   0.42
XYZ20.878319.078330.5990
Yxy19.07830.29590.2704
Hunter Lab43.67878.8847-10.9603
CIE-Lab50.778713.8471-15.8667

#847294 color RGB value is (132,114,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110010 10010100
Octal 204 162 224
Decimal 132 114 148
Hex 84 72 94

RGB Percentages of Color #847294

%33.50
%28.93
%37.56

CMYK Percentages of Color #847294

%11
%23
%0
%42

Triadic Colors of #847294

#847294 #948472 #729484

Analogous Colors of #847294

#847294 #947293 #737294

Monochromatic Colors of #847294

#847294

Complementary Color

#847294 #829472

#847294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847294 Color CSS Codes

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

#847294 Text Font Color

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

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


#847294 Background Color

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

This div background color is #847294


#847294 Border Color

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

This div border color is #847294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847294


Comments

No comments written yet.

Please login to write comment.