Color Hex Logo

#842fdd Color Hex

#842FDD
(132,47,221)
0 Favorites   0 Comments

Color spaces of #842fdd

RGB 13247221
HSL0.750.720.53
HSV269°79°87°
CMYK 0.400.790.00   0.13
XYZ23.583412.159069.5106
Yxy12.15900.22410.1155
Hunter Lab34.869859.7025-93.7819
CIE-Lab41.467766.4846-73.1285

#842fdd color RGB value is (132,47,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101111 11011101
Octal 204 57 335
Decimal 132 47 221
Hex 84 2F DD

RGB Percentages of Color #842fdd

%33.00
%11.75
%55.25

CMYK Percentages of Color #842fdd

%40
%79
%0
%13

Triadic Colors of #842fdd

#842fdd #dd842f #2fdd84

Analogous Colors of #842fdd

#842fdd #db2fdd #2f31dd

Monochromatic Colors of #842fdd

#842fdd

Complementary Color

#842fdd #88dd2f

#842fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#842fdd Color CSS Codes

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

#842fdd Text Font Color

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

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


#842fdd Background Color

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

This div background color is #842fdd


#842fdd Border Color

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

This div border color is #842fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842fdd


Comments

No comments written yet.

Please login to write comment.