Color Hex Logo

#844098 Color Hex

#844098
(132,64,152)
0 Favorites   0 Comments

Color spaces of #844098

RGB 13264152
HSL0.800.410.42
HSV286°58°60°
CMYK 0.130.580.00   0.40
XYZ17.016610.839330.9011
Yxy10.83930.28960.1845
Hunter Lab32.923134.6439-32.6025
CIE-Lab39.308543.4060-36.0726

#844098 color RGB value is (132,64,152).

#844098 hex color red value is 132, green value is 64 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #844098 hue: 0.80 , saturation: 0.41 and the lightness value of 844098 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000000 10011000
Octal 204 100 230
Decimal 132 64 152
Hex 84 40 98

RGB Percentages of Color #844098

%37.93
%18.39
%43.68

CMYK Percentages of Color #844098

%13
%58
%0
%40

Triadic Colors of #844098

#844098 #988440 #409884

Analogous Colors of #844098

#844098 #984080 #584098

Monochromatic Colors of #844098

#844098

Complementary Color

#844098 #549840

#844098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844098 Color CSS Codes

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

#844098 Text Font Color

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

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


#844098 Background Color

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

This div background color is #844098


#844098 Border Color

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

This div border color is #844098


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,64,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 #844098">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844098


Comments

No comments written yet.

Please login to write comment.