Color Hex Logo

#840bd0 Color Hex

#840BD0
(132,11,208)
0 Favorites   0 Comments

Color spaces of #840bd0

RGB 13211208
HSL0.770.900.43
HSV277°95°82°
CMYK 0.370.950.00   0.18
XYZ21.02069.698960.4387
Yxy9.69890.23060.1064
Hunter Lab31.143165.9816-93.2628
CIE-Lab37.296572.6438-72.4766

#840bd0 color RGB value is (132,11,208).

#840bd0 hex color red value is 132, green value is 11 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #840bd0 hue: 0.77 , saturation: 0.90 and the lightness value of 840bd0 is 0.43.

The process color (four color CMYK) of #840bd0 color hex is 0.37, 0.95, 0.00, 0.18. Web safe color of #840bd0 is #9900cc. Color #840bd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001011 11010000
Octal 204 13 320
Decimal 132 11 208
Hex 84 B D0

RGB Percentages of Color #840bd0

%37.61
%3.13
%59.26

CMYK Percentages of Color #840bd0

%37
%95
%0
%18

Triadic Colors of #840bd0

#840bd0 #d0840b #0bd084

Analogous Colors of #840bd0

#840bd0 #d00bba #220bd0

Monochromatic Colors of #840bd0

#840bd0

Complementary Color

#840bd0 #57d00b

#840bd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840bd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840bd0 Color CSS Codes

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

#840bd0 Text Font Color

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

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


#840bd0 Background Color

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

This div background color is #840bd0


#840bd0 Border Color

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

This div border color is #840bd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840bd0


Comments

No comments written yet.

Please login to write comment.