Color Hex Logo

#842986 Color Hex

#842986
(132,41,134)
0 Favorites   0 Comments

Color spaces of #842986

RGB 13241134
HSL0.830.530.34
HSV299°69°53°
CMYK 0.010.690.00   0.47
XYZ14.61178.212623.3693
Yxy8.21260.31630.1778
Hunter Lab28.657640.8611-28.2886
CIE-Lab34.421850.5142-32.8112

#842986 color RGB value is (132,41,134).

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

The process color (four color CMYK) of #842986 color hex is 0.01, 0.69, 0.00, 0.47. Web safe color of #842986 is #993399. Color #842986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101001 10000110
Octal 204 51 206
Decimal 132 41 134
Hex 84 29 86

RGB Percentages of Color #842986

%43.00
%13.36
%43.65

CMYK Percentages of Color #842986

%1
%69
%0
%47

Triadic Colors of #842986

#842986 #868429 #298684

Analogous Colors of #842986

#842986 #86295a #562986

Monochromatic Colors of #842986

#842986

Complementary Color

#842986 #2b8629

#842986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842986 Color CSS Codes

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

#842986 Text Font Color

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

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


#842986 Background Color

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

This div background color is #842986


#842986 Border Color

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

This div border color is #842986


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,41,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 #842986">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842986


Comments

No comments written yet.

Please login to write comment.