Color Hex Logo

#841faa Color Hex

#841FAA
(132,31,170)
0 Favorites   0 Comments

Color spaces of #841faa

RGB 13231170
HSL0.790.690.39
HSV284°82°67°
CMYK 0.220.820.00   0.33
XYZ17.26148.787838.8166
Yxy8.78780.26610.1355
Hunter Lab29.644252.0606-56.8843
CIE-Lab35.572560.8544-52.8948

#841faa color RGB value is (132,31,170).

#841faa hex color red value is 132, green value is 31 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #841faa hue: 0.79 , saturation: 0.69 and the lightness value of 841faa is 0.39.

The process color (four color CMYK) of #841faa color hex is 0.22, 0.82, 0.00, 0.33. Web safe color of #841faa is #993399. Color #841faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011111 10101010
Octal 204 37 252
Decimal 132 31 170
Hex 84 1F AA

RGB Percentages of Color #841faa

%39.64
%9.31
%51.05

CMYK Percentages of Color #841faa

%22
%82
%0
%33

Triadic Colors of #841faa

#841faa #aa841f #1faa84

Analogous Colors of #841faa

#841faa #aa1f8b #3f1faa

Monochromatic Colors of #841faa

#841faa

Complementary Color

#841faa #45aa1f

#841faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#841faa Color CSS Codes

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

#841faa Text Font Color

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

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


#841faa Background Color

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

This div background color is #841faa


#841faa Border Color

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

This div border color is #841faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,31,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #841faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #841faa;
  -webkit-box-shadow: 1px 1px 3px 2px #841faa;
  box-shadow:         1px 1px 3px 2px #841faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841faa


Comments

No comments written yet.

Please login to write comment.