Color Hex Logo

#840bfc Color Hex

#840BFC
(132,11,252)
0 Favorites   0 Comments

Color spaces of #840bfc

RGB 13211252
HSL0.750.980.52
HSV270°96°99°
CMYK 0.480.960.00   0.01
XYZ27.206112.173293.0112
Yxy12.17320.20550.0919
Hunter Lab34.890178.1304-133.6341
CIE-Lab41.490181.7161-90.6466

#840bfc color RGB value is (132,11,252).

#840bfc hex color red value is 132, green value is 11 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #840bfc hue: 0.75 , saturation: 0.98 and the lightness value of 840bfc is 0.52.

The process color (four color CMYK) of #840bfc color hex is 0.48, 0.96, 0.00, 0.01. Web safe color of #840bfc is #9900ff. Color #840bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001011 11111100
Octal 204 13 374
Decimal 132 11 252
Hex 84 B FC

RGB Percentages of Color #840bfc

%33.42
%2.78
%63.80

CMYK Percentages of Color #840bfc

%48
%96
%0
%1

Triadic Colors of #840bfc

#840bfc #fc840b #0bfc84

Analogous Colors of #840bfc

#840bfc #fc0bfc #0c0bfc

Monochromatic Colors of #840bfc

#840bfc

Complementary Color

#840bfc #83fc0b

#840bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#840bfc Color CSS Codes

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

#840bfc Text Font Color

<p style="color:#840bfc">Text here</p>

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


#840bfc Background Color

<div style="background-color:#840bfc">
Div content here</div>

This div background color is #840bfc


#840bfc Border Color

<div style="border:3px solid #840bfc">
Div here</div>

This div border color is #840bfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,11,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #840bfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #840bfc;
  -webkit-box-shadow: 1px 1px 3px 2px #840bfc;
  box-shadow:         1px 1px 3px 2px #840bfc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.