Color Hex Logo

#844996 Color Hex

#844996
(132,73,150)
0 Favorites   0 Comments

Color spaces of #844996

RGB 13273150
HSL0.790.350.44
HSV286°51°59°
CMYK 0.120.510.00   0.41
XYZ17.403311.872630.2286
Yxy11.87260.29250.1995
Hunter Lab34.456629.8574-27.8951
CIE-Lab41.012938.1780-32.1735

#844996 color RGB value is (132,73,150).

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

The process color (four color CMYK) of #844996 color hex is 0.12, 0.51, 0.00, 0.41. Web safe color of #844996 is #993399. Color #844996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001001 10010110
Octal 204 111 226
Decimal 132 73 150
Hex 84 49 96

RGB Percentages of Color #844996

%37.18
%20.56
%42.25

CMYK Percentages of Color #844996

%12
%51
%0
%41

Triadic Colors of #844996

#844996 #968449 #499684

Analogous Colors of #844996

#844996 #964982 #5e4996

Monochromatic Colors of #844996

#844996

Complementary Color

#844996 #5b9649

#844996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844996 Color CSS Codes

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

#844996 Text Font Color

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

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


#844996 Background Color

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

This div background color is #844996


#844996 Border Color

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

This div border color is #844996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844996


Comments

No comments written yet.

Please login to write comment.