Color Hex Logo

#844987 Color Hex

#844987
(132,73,135)
0 Favorites   0 Comments

Color spaces of #844987

RGB 13273135
HSL0.830.300.41
HSV297°46°53°
CMYK 0.020.460.00   0.47
XYZ16.271411.419924.2683
Yxy11.41990.31320.2198
Hunter Lab33.793326.8089-18.9231
CIE-Lab40.278935.0481-24.2290

#844987 color RGB value is (132,73,135).

#844987 hex color red value is 132, green value is 73 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #844987 hue: 0.83 , saturation: 0.30 and the lightness value of 844987 is 0.41.

The process color (four color CMYK) of #844987 color hex is 0.02, 0.46, 0.00, 0.47. Web safe color of #844987 is #993399. Color #844987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001001 10000111
Octal 204 111 207
Decimal 132 73 135
Hex 84 49 87

RGB Percentages of Color #844987

%38.82
%21.47
%39.71

CMYK Percentages of Color #844987

%2
%46
%0
%47

Triadic Colors of #844987

#844987 #878449 #498784

Analogous Colors of #844987

#844987 #87496b #654987

Monochromatic Colors of #844987

#844987

Complementary Color

#844987 #4c8749

#844987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844987 Color CSS Codes

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

#844987 Text Font Color

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

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


#844987 Background Color

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

This div background color is #844987


#844987 Border Color

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

This div border color is #844987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844987

#844987 Color Palettes


Comments

No comments written yet.

Please login to write comment.