Color Hex Logo

#841fdd Color Hex

#841FDD
(132,31,221)
0 Favorites   0 Comments

Color spaces of #841fdd

RGB 13231221
HSL0.760.750.49
HSV272°86°87°
CMYK 0.400.860.00   0.13
XYZ23.056911.106069.3350
Yxy11.10600.22280.1073
Hunter Lab33.325765.1782-100.0266
CIE-Lab39.758471.4964-75.9304

#841fdd color RGB value is (132,31,221).

#841fdd hex color red value is 132, green value is 31 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #841fdd hue: 0.76 , saturation: 0.75 and the lightness value of 841fdd is 0.49.

The process color (four color CMYK) of #841fdd color hex is 0.40, 0.86, 0.00, 0.13. Web safe color of #841fdd is #9933cc. Color #841fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011111 11011101
Octal 204 37 335
Decimal 132 31 221
Hex 84 1F DD

RGB Percentages of Color #841fdd

%34.38
%8.07
%57.55

CMYK Percentages of Color #841fdd

%40
%86
%0
%13

Triadic Colors of #841fdd

#841fdd #dd841f #1fdd84

Analogous Colors of #841fdd

#841fdd #dd1fd7 #251fdd

Monochromatic Colors of #841fdd

#841fdd

Complementary Color

#841fdd #78dd1f

#841fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#841fdd Color CSS Codes

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

#841fdd Text Font Color

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

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


#841fdd Background Color

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

This div background color is #841fdd


#841fdd Border Color

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

This div border color is #841fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841fdd


Comments

No comments written yet.

Please login to write comment.