Color Hex Logo

#841288 Color Hex

#841288
(132,18,136)
0 Favorites   0 Comments

Color spaces of #841288

RGB 13218136
HSL0.830.770.30
HSV298°87°53°
CMYK 0.030.870.00   0.47
XYZ14.17607.115723.9189
Yxy7.11570.31360.1574
Hunter Lab26.675348.1783-34.4908
CIE-Lab32.068957.9669-37.7994

#841288 color RGB value is (132,18,136).

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

The process color (four color CMYK) of #841288 color hex is 0.03, 0.87, 0.00, 0.47. Web safe color of #841288 is #990099. Color #841288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010010 10001000
Octal 204 22 210
Decimal 132 18 136
Hex 84 12 88

RGB Percentages of Color #841288

%46.15
%6.29
%47.55

CMYK Percentages of Color #841288

%3
%87
%0
%47

Triadic Colors of #841288

#841288 #888412 #128884

Analogous Colors of #841288

#841288 #881251 #491288

Monochromatic Colors of #841288

#841288

Complementary Color

#841288 #168812

#841288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#841288 Color CSS Codes

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

#841288 Text Font Color

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

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


#841288 Background Color

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

This div background color is #841288


#841288 Border Color

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

This div border color is #841288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841288


Comments

No comments written yet.

Please login to write comment.