Color Hex Logo

#842099 Color Hex

#842099
(132,32,153)
0 Favorites   0 Comments

Color spaces of #842099

RGB 13232153
HSL0.800.650.36
HSV290°79°60°
CMYK 0.140.790.00   0.40
XYZ15.78208.238530.8954
Yxy8.23850.28740.1500
Hunter Lab28.702847.9169-43.7272
CIE-Lab34.474757.2541-44.3986

#842099 color RGB value is (132,32,153).

#842099 hex color red value is 132, green value is 32 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #842099 hue: 0.80 , saturation: 0.65 and the lightness value of 842099 is 0.36.

The process color (four color CMYK) of #842099 color hex is 0.14, 0.79, 0.00, 0.40. Web safe color of #842099 is #993399. Color #842099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100000 10011001
Octal 204 40 231
Decimal 132 32 153
Hex 84 20 99

RGB Percentages of Color #842099

%41.64
%10.09
%48.26

CMYK Percentages of Color #842099

%14
%79
%0
%40

Triadic Colors of #842099

#842099 #998420 #209984

Analogous Colors of #842099

#842099 #992072 #472099

Monochromatic Colors of #842099

#842099

Complementary Color

#842099 #359920

#842099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842099 Color CSS Codes

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

#842099 Text Font Color

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

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


#842099 Background Color

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

This div background color is #842099


#842099 Border Color

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

This div border color is #842099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842099


Comments

No comments written yet.

Please login to write comment.