Color Hex Logo

#844887 Color Hex

#844887
(132,72,135)
0 Favorites   0 Comments

Color spaces of #844887

RGB 13272135
HSL0.830.300.41
HSV297°47°53°
CMYK 0.020.470.00   0.47
XYZ16.206311.289524.2466
Yxy11.28950.31320.2182
Hunter Lab33.599927.2966-19.2654
CIE-Lab40.063835.6042-24.5636

#844887 color RGB value is (132,72,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001000 10000111
Octal 204 110 207
Decimal 132 72 135
Hex 84 48 87

RGB Percentages of Color #844887

%38.94
%21.24
%39.82

CMYK Percentages of Color #844887

%2
%47
%0
%47

Triadic Colors of #844887

#844887 #878448 #488784

Analogous Colors of #844887

#844887 #87486b #654887

Monochromatic Colors of #844887

#844887

Complementary Color

#844887 #4b8748

#844887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844887 Color CSS Codes

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

#844887 Text Font Color

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

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


#844887 Background Color

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

This div background color is #844887


#844887 Border Color

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

This div border color is #844887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844887


Comments

No comments written yet.

Please login to write comment.