Color Hex Logo

#847099 Color Hex

#847099
(132,112,153)
0 Favorites   0 Comments

Color spaces of #847099

RGB 132112153
HSL0.750.170.52
HSV269°27°60°
CMYK 0.140.270.00   0.40
XYZ21.059718.793832.6546
Yxy18.79380.29040.2592
Hunter Lab43.351810.8471-14.3137
CIE-Lab50.445116.1563-19.3120

#847099 color RGB value is (132,112,153).

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

The process color (four color CMYK) of #847099 color hex is 0.14, 0.27, 0.00, 0.40. Web safe color of #847099 is #996699. Color #847099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110000 10011001
Octal 204 160 231
Decimal 132 112 153
Hex 84 70 99

RGB Percentages of Color #847099

%33.25
%28.21
%38.54

CMYK Percentages of Color #847099

%14
%27
%0
%40

Triadic Colors of #847099

#847099 #998470 #709984

Analogous Colors of #847099

#847099 #997099 #707199

Monochromatic Colors of #847099

#847099

Complementary Color

#847099 #859970

#847099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847099 Color CSS Codes

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

#847099 Text Font Color

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

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


#847099 Background Color

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

This div background color is #847099


#847099 Border Color

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

This div border color is #847099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847099


Comments

No comments written yet.

Please login to write comment.