Color Hex Logo

#844798 Color Hex

#844798
(132,71,152)
0 Favorites   0 Comments

Color spaces of #844798

RGB 13271152
HSL0.790.360.44
HSV285°53°60°
CMYK 0.130.530.00   0.40
XYZ17.436511.679031.0410
Yxy11.67900.28990.1941
Hunter Lab34.174631.2686-29.9314
CIE-Lab40.701339.7015-33.8692

#844798 color RGB value is (132,71,152).

#844798 hex color red value is 132, green value is 71 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #844798 hue: 0.79 , saturation: 0.36 and the lightness value of 844798 is 0.44.

The process color (four color CMYK) of #844798 color hex is 0.13, 0.53, 0.00, 0.40. Web safe color of #844798 is #993399. Color #844798 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000111 10011000
Octal 204 107 230
Decimal 132 71 152
Hex 84 47 98

RGB Percentages of Color #844798

%37.18
%20.00
%42.82

CMYK Percentages of Color #844798

%13
%53
%0
%40

Triadic Colors of #844798

#844798 #988447 #479884

Analogous Colors of #844798

#844798 #984784 #5c4798

Monochromatic Colors of #844798

#844798

Complementary Color

#844798 #5b9847

#844798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844798 Color CSS Codes

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

#844798 Text Font Color

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

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


#844798 Background Color

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

This div background color is #844798


#844798 Border Color

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

This div border color is #844798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844798


Comments

No comments written yet.

Please login to write comment.