Color Hex Logo

#844487 Color Hex

#844487
(132,68,135)
0 Favorites   0 Comments

Color spaces of #844487

RGB 13268135
HSL0.830.330.40
HSV297°50°53°
CMYK 0.020.500.00   0.47
XYZ15.956010.789024.1632
Yxy10.78900.31340.2119
Hunter Lab32.846629.2289-20.6233
CIE-Lab39.222837.7946-25.8745

#844487 color RGB value is (132,68,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000100 10000111
Octal 204 104 207
Decimal 132 68 135
Hex 84 44 87

RGB Percentages of Color #844487

%39.40
%20.30
%40.30

CMYK Percentages of Color #844487

%2
%50
%0
%47

Triadic Colors of #844487

#844487 #878444 #448784

Analogous Colors of #844487

#844487 #874469 #634487

Monochromatic Colors of #844487

#844487

Complementary Color

#844487 #478744

#844487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844487 Color CSS Codes

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

#844487 Text Font Color

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

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


#844487 Background Color

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

This div background color is #844487


#844487 Border Color

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

This div border color is #844487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844487


Comments

No comments written yet.

Please login to write comment.