Color Hex Logo

#864285 Color Hex

#864285
(134,66,133)
0 Favorites   0 Comments

Color spaces of #864285

RGB 13466133
HSL0.840.340.39
HSV301°51°53°
CMYK 0.000.510.01   0.47
XYZ16.013410.658223.4035
Yxy10.65820.31980.2128
Hunter Lab32.646930.4227-19.6502
CIE-Lab38.998739.0908-24.9783

#864285 color RGB value is (134,66,133).

#864285 hex color red value is 134, green value is 66 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #864285 hue: 0.84 , saturation: 0.34 and the lightness value of 864285 is 0.39.

The process color (four color CMYK) of #864285 color hex is 0.00, 0.51, 0.01, 0.47. Web safe color of #864285 is #993399. Color #864285 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000010 10000101
Octal 206 102 205
Decimal 134 66 133
Hex 86 42 85

RGB Percentages of Color #864285

%40.24
%19.82
%39.94

CMYK Percentages of Color #864285

%0
%51
%1
%47

Triadic Colors of #864285

#864285 #858642 #428586

Analogous Colors of #864285

#864285 #864263 #654286

Monochromatic Colors of #864285

#864285

Complementary Color

#864285 #428643

#864285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864285 Color CSS Codes

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

#864285 Text Font Color

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

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


#864285 Background Color

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

This div background color is #864285


#864285 Border Color

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

This div border color is #864285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864285


Comments

No comments written yet.

Please login to write comment.