Color Hex Logo

#840beb Color Hex

#840BEB
(132,11,235)
0 Favorites   0 Comments

Color spaces of #840beb

RGB 13211235
HSL0.760.910.48
HSV272°95°92°
CMYK 0.440.950.00   0.08
XYZ24.630811.143079.4499
Yxy11.14300.21380.0967
Hunter Lab33.381173.2921-117.7484
CIE-Lab39.820378.1697-83.8142

#840beb color RGB value is (132,11,235).

#840beb hex color red value is 132, green value is 11 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #840beb hue: 0.76 , saturation: 0.91 and the lightness value of 840beb is 0.48.

The process color (four color CMYK) of #840beb color hex is 0.44, 0.95, 0.00, 0.08. Web safe color of #840beb is #9900ff. Color #840beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001011 11101011
Octal 204 13 353
Decimal 132 11 235
Hex 84 B EB

RGB Percentages of Color #840beb

%34.92
%2.91
%62.17

CMYK Percentages of Color #840beb

%44
%95
%0
%8

Triadic Colors of #840beb

#840beb #eb840b #0beb84

Analogous Colors of #840beb

#840beb #eb0be2 #140beb

Monochromatic Colors of #840beb

#840beb

Complementary Color

#840beb #72eb0b

#840beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#840beb Color CSS Codes

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

#840beb Text Font Color

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

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


#840beb Background Color

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

This div background color is #840beb


#840beb Border Color

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

This div border color is #840beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840beb


Comments

No comments written yet.

Please login to write comment.