Color Hex Logo

#842add Color Hex

#842ADD
(132,42,221)
0 Favorites   0 Comments

Color spaces of #842add

RGB 13242221
HSL0.750.720.52
HSV270°81°87°
CMYK 0.400.810.00   0.13
XYZ23.394811.781969.4477
Yxy11.78190.22360.1126
Hunter Lab34.324861.5922-95.9313
CIE-Lab40.867468.2325-74.1116

#842add color RGB value is (132,42,221).

#842add hex color red value is 132, green value is 42 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #842add hue: 0.75 , saturation: 0.72 and the lightness value of 842add is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101010 11011101
Octal 204 52 335
Decimal 132 42 221
Hex 84 2A DD

RGB Percentages of Color #842add

%33.42
%10.63
%55.95

CMYK Percentages of Color #842add

%40
%81
%0
%13

Triadic Colors of #842add

#842add #dd842a #2add84

Analogous Colors of #842add

#842add #dd2add #2b2add

Monochromatic Colors of #842add

#842add

Complementary Color

#842add #83dd2a

#842add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842add Color Preview on White Background

Lorem ipsum dolor sit amet.

#842add Color CSS Codes

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

#842add Text Font Color

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

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


#842add Background Color

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

This div background color is #842add


#842add Border Color

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

This div border color is #842add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842add


Comments

No comments written yet.

Please login to write comment.