Color Hex Logo

#860684 Color Hex

#860684
(134,6,132)
0 Favorites   0 Comments

Color spaces of #860684

RGB 1346132
HSL0.840.910.27
HSV301°96°53°
CMYK 0.000.960.01   0.47
XYZ14.06156.864522.4137
Yxy6.86450.32440.1584
Hunter Lab26.200249.9496-32.3812
CIE-Lab31.496459.7184-36.2000

#860684 color RGB value is (134,6,132).

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

The process color (four color CMYK) of #860684 color hex is 0.00, 0.96, 0.01, 0.47. Web safe color of #860684 is #990099. Color #860684 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000110 10000100
Octal 206 6 204
Decimal 134 6 132
Hex 86 6 84

RGB Percentages of Color #860684

%49.26
%2.21
%48.53

CMYK Percentages of Color #860684

%0
%96
%1
%47

Triadic Colors of #860684

#860684 #848606 #068486

Analogous Colors of #860684

#860684 #860644 #480686

Monochromatic Colors of #860684

#860684

Complementary Color

#860684 #068608

#860684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#860684 Color CSS Codes

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

#860684 Text Font Color

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

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


#860684 Background Color

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

This div background color is #860684


#860684 Border Color

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

This div border color is #860684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860684


Comments

No comments written yet.

Please login to write comment.