Color Hex Logo

#840386 Color Hex

#840386
(132,3,134)
0 Favorites   0 Comments

Color spaces of #840386

RGB 1323134
HSL0.830.960.27
HSV299°98°53°
CMYK 0.010.980.00   0.47
XYZ13.85146.691923.1159
Yxy6.69190.31730.1533
Hunter Lab25.868750.3076-34.8726
CIE-Lab31.095060.1252-38.1127

#840386 color RGB value is (132,3,134).

#840386 hex color red value is 132, green value is 3 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #840386 hue: 0.83 , saturation: 0.96 and the lightness value of 840386 is 0.27.

The process color (four color CMYK) of #840386 color hex is 0.01, 0.98, 0.00, 0.47. Web safe color of #840386 is #990099. Color #840386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000011 10000110
Octal 204 3 206
Decimal 132 3 134
Hex 84 3 86

RGB Percentages of Color #840386

%49.07
%1.12
%49.81

CMYK Percentages of Color #840386

%1
%98
%0
%47

Triadic Colors of #840386

#840386 #868403 #038684

Analogous Colors of #840386

#840386 #860346 #430386

Monochromatic Colors of #840386

#840386

Complementary Color

#840386 #058603

#840386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840386 Color CSS Codes

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

#840386 Text Font Color

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

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


#840386 Background Color

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

This div background color is #840386


#840386 Border Color

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

This div border color is #840386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840386


Comments

No comments written yet.

Please login to write comment.