Color Hex Logo

#842fef Color Hex

#842FEF
(132,47,239)
0 Favorites   0 Comments

Color spaces of #842fef

RGB 13247239
HSL0.740.860.56
HSV267°80°94°
CMYK 0.450.800.00   0.06
XYZ26.112213.170682.8273
Yxy13.17060.21380.1079
Hunter Lab36.291364.9239-109.9130
CIE-Lab43.019270.6481-80.8149

#842fef color RGB value is (132,47,239).

#842fef hex color red value is 132, green value is 47 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #842fef hue: 0.74 , saturation: 0.86 and the lightness value of 842fef is 0.56.

The process color (four color CMYK) of #842fef color hex is 0.45, 0.80, 0.00, 0.06. Web safe color of #842fef is #9933ff. Color #842fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101111 11101111
Octal 204 57 357
Decimal 132 47 239
Hex 84 2F EF

RGB Percentages of Color #842fef

%31.58
%11.24
%57.18

CMYK Percentages of Color #842fef

%45
%80
%0
%6

Triadic Colors of #842fef

#842fef #ef842f #2fef84

Analogous Colors of #842fef

#842fef #e42fef #2f3aef

Monochromatic Colors of #842fef

#842fef

Complementary Color

#842fef #9aef2f

#842fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#842fef Color CSS Codes

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

#842fef Text Font Color

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

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


#842fef Background Color

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

This div background color is #842fef


#842fef Border Color

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

This div border color is #842fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842fef


Comments

No comments written yet.

Please login to write comment.