Color Hex Logo

#840ebf Color Hex

#840EBF
(132,14,191)
0 Favorites   0 Comments

Color spaces of #840ebf

RGB 13214191
HSL0.780.860.40
HSV280°93°75°
CMYK 0.310.930.00   0.25
XYZ19.07678.981250.0183
Yxy8.98120.24430.1150
Hunter Lab29.968761.1800-77.9782
CIE-Lab35.948168.8323-64.7534

#840ebf color RGB value is (132,14,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001110 10111111
Octal 204 16 277
Decimal 132 14 191
Hex 84 E BF

RGB Percentages of Color #840ebf

%39.17
%4.15
%56.68

CMYK Percentages of Color #840ebf

%31
%93
%0
%25

Triadic Colors of #840ebf

#840ebf #bf840e #0ebf84

Analogous Colors of #840ebf

#840ebf #bf0ea2 #2b0ebf

Monochromatic Colors of #840ebf

#840ebf

Complementary Color

#840ebf #49bf0e

#840ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#840ebf Color CSS Codes

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

#840ebf Text Font Color

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

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


#840ebf Background Color

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

This div background color is #840ebf


#840ebf Border Color

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

This div border color is #840ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840ebf


Comments

No comments written yet.

Please login to write comment.