Color Hex Logo

#842bfb Color Hex

#842BFB
(132,43,251)
0 Favorites   0 Comments

Color spaces of #842bfb

RGB 13243251
HSL0.740.960.58
HSV266°83°98°
CMYK 0.470.830.00   0.02
XYZ27.792213.598392.4267
Yxy13.59830.20770.1016
Hunter Lab36.875969.9971-122.7930
CIE-Lab43.651274.7501-86.5221

#842bfb color RGB value is (132,43,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101011 11111011
Octal 204 53 373
Decimal 132 43 251
Hex 84 2B FB

RGB Percentages of Color #842bfb

%30.99
%10.09
%58.92

CMYK Percentages of Color #842bfb

%47
%83
%0
%2

Triadic Colors of #842bfb

#842bfb #fb842b #2bfb84

Analogous Colors of #842bfb

#842bfb #ec2bfb #2b3afb

Monochromatic Colors of #842bfb

#842bfb

Complementary Color

#842bfb #a2fb2b

#842bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#842bfb Color CSS Codes

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

#842bfb Text Font Color

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

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


#842bfb Background Color

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

This div background color is #842bfb


#842bfb Border Color

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

This div border color is #842bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842bfb


Comments

No comments written yet.

Please login to write comment.