Color Hex Logo

#842ffb Color Hex

#842FFB
(132,47,251)
0 Favorites   0 Comments

Color spaces of #842ffb

RGB 13247251
HSL0.740.960.58
HSV265°81°98°
CMYK 0.470.810.00   0.02
XYZ27.944813.903692.4776
Yxy13.90360.20800.1035
Hunter Lab37.287568.5220-120.9451
CIE-Lab44.094473.4465-85.7929

#842ffb color RGB value is (132,47,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101111 11111011
Octal 204 57 373
Decimal 132 47 251
Hex 84 2F FB

RGB Percentages of Color #842ffb

%30.70
%10.93
%58.37

CMYK Percentages of Color #842ffb

%47
%81
%0
%2

Triadic Colors of #842ffb

#842ffb #fb842f #2ffb84

Analogous Colors of #842ffb

#842ffb #ea2ffb #2f40fb

Monochromatic Colors of #842ffb

#842ffb

Complementary Color

#842ffb #a6fb2f

#842ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#842ffb Color CSS Codes

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

#842ffb Text Font Color

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

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


#842ffb Background Color

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

This div background color is #842ffb


#842ffb Border Color

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

This div border color is #842ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842ffb


Comments

No comments written yet.

Please login to write comment.