Color Hex Logo

#844187 Color Hex

#844187
(132,65,135)
0 Favorites   0 Comments

Color spaces of #844187

RGB 13265135
HSL0.830.350.39
HSV297°52°53°
CMYK 0.020.520.00   0.47
XYZ15.779210.435424.1042
Yxy10.43540.31360.2074
Hunter Lab32.303930.6586-21.6277
CIE-Lab38.612839.4014-26.8276

#844187 color RGB value is (132,65,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000001 10000111
Octal 204 101 207
Decimal 132 65 135
Hex 84 41 87

RGB Percentages of Color #844187

%39.76
%19.58
%40.66

CMYK Percentages of Color #844187

%2
%52
%0
%47

Triadic Colors of #844187

#844187 #878441 #418784

Analogous Colors of #844187

#844187 #874167 #614187

Monochromatic Colors of #844187

#844187

Complementary Color

#844187 #448741

#844187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844187 Color CSS Codes

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

#844187 Text Font Color

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

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


#844187 Background Color

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

This div background color is #844187


#844187 Border Color

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

This div border color is #844187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844187


Comments

No comments written yet.

Please login to write comment.