Color Hex Logo

#847296 Color Hex

#847296
(132,114,150)
0 Favorites   0 Comments

Color spaces of #847296

RGB 132114150
HSL0.750.150.52
HSV270°24°59°
CMYK 0.120.240.00   0.41
XYZ21.038119.142231.4401
Yxy19.14220.29370.2673
Hunter Lab43.75189.2663-11.9796
CIE-Lab50.853214.2939-16.9278

#847296 color RGB value is (132,114,150).

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

The process color (four color CMYK) of #847296 color hex is 0.12, 0.24, 0.00, 0.41. Web safe color of #847296 is #996699. Color #847296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110010 10010110
Octal 204 162 226
Decimal 132 114 150
Hex 84 72 96

RGB Percentages of Color #847296

%33.33
%28.79
%37.88

CMYK Percentages of Color #847296

%12
%24
%0
%41

Triadic Colors of #847296

#847296 #968472 #729684

Analogous Colors of #847296

#847296 #967296 #727296

Monochromatic Colors of #847296

#847296

Complementary Color

#847296 #849672

#847296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847296 Color CSS Codes

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

#847296 Text Font Color

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

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


#847296 Background Color

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

This div background color is #847296


#847296 Border Color

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

This div border color is #847296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847296


Comments

No comments written yet.

Please login to write comment.