Color Hex Logo

#841add Color Hex

#841ADD
(132,26,221)
0 Favorites   0 Comments

Color spaces of #841add

RGB 13226221
HSL0.760.790.48
HSV273°88°87°
CMYK 0.400.880.00   0.13
XYZ22.936310.864869.2948
Yxy10.86480.22250.1054
Hunter Lab32.961866.5252-101.5707
CIE-Lab39.351872.7044-76.5982

#841add color RGB value is (132,26,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011010 11011101
Octal 204 32 335
Decimal 132 26 221
Hex 84 1A DD

RGB Percentages of Color #841add

%34.83
%6.86
%58.31

CMYK Percentages of Color #841add

%40
%88
%0
%13

Triadic Colors of #841add

#841add #dd841a #1add84

Analogous Colors of #841add

#841add #dd1ad5 #231add

Monochromatic Colors of #841add

#841add

Complementary Color

#841add #73dd1a

#841add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841add Color Preview on White Background

Lorem ipsum dolor sit amet.

#841add Color CSS Codes

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

#841add Text Font Color

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

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


#841add Background Color

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

This div background color is #841add


#841add Border Color

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

This div border color is #841add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,26,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 #841add">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841add


Comments

No comments written yet.

Please login to write comment.