Color Hex Logo

#862859 Color Hex

#862859
(134,40,89)
0 Favorites   0 Comments

Color spaces of #862859

RGB 1344089
HSL0.910.540.34
HSV329°70°53°
CMYK 0.000.700.34   0.47
XYZ12.39357.307210.2084
Yxy7.30720.41440.2443
Hunter Lab27.031834.5326-3.4682
CIE-Lab32.496344.5094-7.2436

#862859 color RGB value is (134,40,89).

#862859 hex color red value is 134, green value is 40 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #862859 hue: 0.91 , saturation: 0.54 and the lightness value of 862859 is 0.34.

The process color (four color CMYK) of #862859 color hex is 0.00, 0.70, 0.34, 0.47. Web safe color of #862859 is #993366. Color #862859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101000 01011001
Octal 206 50 131
Decimal 134 40 89
Hex 86 28 59

RGB Percentages of Color #862859

%50.95
%15.21
%33.84

CMYK Percentages of Color #862859

%0
%70
%34
%47

Triadic Colors of #862859

#862859 #598628 #285986

Analogous Colors of #862859

#862859 #86282a #842886

Monochromatic Colors of #862859

#862859

Complementary Color

#862859 #288655

#862859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#862859 Color CSS Codes

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

#862859 Text Font Color

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

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


#862859 Background Color

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

This div background color is #862859


#862859 Border Color

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

This div border color is #862859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862859


Comments

No comments written yet.

Please login to write comment.