Color Hex Logo

#840fbe Color Hex

#840FBE
(132,15,190)
0 Favorites   0 Comments

Color spaces of #840fbe

RGB 13215190
HSL0.780.850.40
HSV280°92°75°
CMYK 0.310.920.00   0.25
XYZ18.98088.964949.4452
Yxy8.96490.24530.1158
Hunter Lab29.941460.7591-76.9523
CIE-Lab35.916668.4765-64.2160

#840fbe color RGB value is (132,15,190).

#840fbe hex color red value is 132, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #840fbe hue: 0.78 , saturation: 0.85 and the lightness value of 840fbe is 0.40.

The process color (four color CMYK) of #840fbe color hex is 0.31, 0.92, 0.00, 0.25. Web safe color of #840fbe is #9900cc. Color #840fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001111 10111110
Octal 204 17 276
Decimal 132 15 190
Hex 84 F BE

RGB Percentages of Color #840fbe

%39.17
%4.45
%56.38

CMYK Percentages of Color #840fbe

%31
%92
%0
%25

Triadic Colors of #840fbe

#840fbe #be840f #0fbe84

Analogous Colors of #840fbe

#840fbe #be0fa1 #2c0fbe

Monochromatic Colors of #840fbe

#840fbe

Complementary Color

#840fbe #49be0f

#840fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#840fbe Color CSS Codes

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

#840fbe Text Font Color

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

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


#840fbe Background Color

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

This div background color is #840fbe


#840fbe Border Color

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

This div border color is #840fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840fbe


Comments

No comments written yet.

Please login to write comment.