Color Hex Logo

#841f9d Color Hex

#841F9D
(132,31,157)
0 Favorites   0 Comments

Color spaces of #841f9d

RGB 13231157
HSL0.800.670.37
HSV288°80°62°
CMYK 0.160.800.00   0.38
XYZ16.09158.319832.6561
Yxy8.31980.28200.1458
Hunter Lab28.844149.1043-46.9349
CIE-Lab34.640258.3256-46.5638

#841f9d color RGB value is (132,31,157).

#841f9d hex color red value is 132, green value is 31 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #841f9d hue: 0.80 , saturation: 0.67 and the lightness value of 841f9d is 0.37.

The process color (four color CMYK) of #841f9d color hex is 0.16, 0.80, 0.00, 0.38. Web safe color of #841f9d is #993399. Color #841f9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011111 10011101
Octal 204 37 235
Decimal 132 31 157
Hex 84 1F 9D

RGB Percentages of Color #841f9d

%41.25
%9.69
%49.06

CMYK Percentages of Color #841f9d

%16
%80
%0
%38

Triadic Colors of #841f9d

#841f9d #9d841f #1f9d84

Analogous Colors of #841f9d

#841f9d #9d1f77 #451f9d

Monochromatic Colors of #841f9d

#841f9d

Complementary Color

#841f9d #389d1f

#841f9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841f9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#841f9d Color CSS Codes

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

#841f9d Text Font Color

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

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


#841f9d Background Color

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

This div background color is #841f9d


#841f9d Border Color

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

This div border color is #841f9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841f9d


Comments

No comments written yet.

Please login to write comment.