Color Hex Logo

#841ade Color Hex

#841ADE
(132,26,222)
0 Favorites   0 Comments

Color spaces of #841ade

RGB 13226222
HSL0.760.790.49
HSV272°88°87°
CMYK 0.410.880.00   0.13
XYZ23.069910.918269.9988
Yxy10.91820.22190.1050
Hunter Lab33.042766.8012-102.4721
CIE-Lab39.442472.9174-77.0227

#841ade color RGB value is (132,26,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011010 11011110
Octal 204 32 336
Decimal 132 26 222
Hex 84 1A DE

RGB Percentages of Color #841ade

%34.74
%6.84
%58.42

CMYK Percentages of Color #841ade

%41
%88
%0
%13

Triadic Colors of #841ade

#841ade #de841a #1ade84

Analogous Colors of #841ade

#841ade #de1ad6 #221ade

Monochromatic Colors of #841ade

#841ade

Complementary Color

#841ade #74de1a

#841ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#841ade Color CSS Codes

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

#841ade Text Font Color

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

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


#841ade Background Color

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

This div background color is #841ade


#841ade Border Color

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

This div border color is #841ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841ade


Comments

No comments written yet.

Please login to write comment.