Color Hex Logo

#842efb Color Hex

#842EFB
(132,46,251)
0 Favorites   0 Comments

Color spaces of #842efb

RGB 13246251
HSL0.740.960.58
HSV265°82°98°
CMYK 0.470.820.00   0.02
XYZ27.905313.824692.4644
Yxy13.82460.20790.1030
Hunter Lab37.181468.8997-121.4179
CIE-Lab43.980373.7813-85.9805

#842efb color RGB value is (132,46,251).

#842efb hex color red value is 132, green value is 46 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #842efb hue: 0.74 , saturation: 0.96 and the lightness value of 842efb is 0.58.

The process color (four color CMYK) of #842efb color hex is 0.47, 0.82, 0.00, 0.02. Web safe color of #842efb is #9933ff. Color #842efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101110 11111011
Octal 204 56 373
Decimal 132 46 251
Hex 84 2E FB

RGB Percentages of Color #842efb

%30.77
%10.72
%58.51

CMYK Percentages of Color #842efb

%47
%82
%0
%2

Triadic Colors of #842efb

#842efb #fb842e #2efb84

Analogous Colors of #842efb

#842efb #eb2efb #2e3efb

Monochromatic Colors of #842efb

#842efb

Complementary Color

#842efb #a5fb2e

#842efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#842efb Color CSS Codes

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

#842efb Text Font Color

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

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


#842efb Background Color

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

This div background color is #842efb


#842efb Border Color

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

This div border color is #842efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842efb

Related Colors


Comments

No comments written yet.

Please login to write comment.