Color Hex Logo

#864986 Color Hex

#864986
(134,73,134)
0 Favorites   0 Comments

Color spaces of #864986

RGB 13473134
HSL0.830.290.41
HSV300°46°53°
CMYK 0.000.460.00   0.47
XYZ16.517111.554723.9140
Yxy11.55470.31770.2223
Hunter Lab33.992227.2483-17.9168
CIE-Lab40.499435.4878-23.2557

#864986 color RGB value is (134,73,134).

#864986 hex color red value is 134, green value is 73 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #864986 hue: 0.83 , saturation: 0.29 and the lightness value of 864986 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001001 10000110
Octal 206 111 206
Decimal 134 73 134
Hex 86 49 86

RGB Percentages of Color #864986

%39.30
%21.41
%39.30

CMYK Percentages of Color #864986

%0
%46
%0
%47

Triadic Colors of #864986

#864986 #868649 #498686

Analogous Colors of #864986

#864986 #864968 #684986

Monochromatic Colors of #864986

#864986

Complementary Color

#864986 #498649

#864986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864986 Color CSS Codes

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

#864986 Text Font Color

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

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


#864986 Background Color

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

This div background color is #864986


#864986 Border Color

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

This div border color is #864986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864986


Comments

No comments written yet.

Please login to write comment.