Color Hex Logo

#847297 Color Hex

#847297
(132,114,151)
0 Favorites   0 Comments

Color spaces of #847297

RGB 132114151
HSL0.750.150.52
HSV269°25°59°
CMYK 0.130.250.00   0.41
XYZ21.118919.174531.8661
Yxy19.17450.29270.2657
Hunter Lab43.78879.4587-12.4947
CIE-Lab50.890714.5186-17.4573

#847297 color RGB value is (132,114,151).

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

The process color (four color CMYK) of #847297 color hex is 0.13, 0.25, 0.00, 0.41. Web safe color of #847297 is #996699. Color #847297 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110010 10010111
Octal 204 162 227
Decimal 132 114 151
Hex 84 72 97

RGB Percentages of Color #847297

%33.25
%28.72
%38.04

CMYK Percentages of Color #847297

%13
%25
%0
%41

Triadic Colors of #847297

#847297 #978472 #729784

Analogous Colors of #847297

#847297 #977297 #727397

Monochromatic Colors of #847297

#847297

Complementary Color

#847297 #859772

#847297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847297 Color CSS Codes

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

#847297 Text Font Color

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

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


#847297 Background Color

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

This div background color is #847297


#847297 Border Color

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

This div border color is #847297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847297


Comments

No comments written yet.

Please login to write comment.