Color Hex Logo

#860799 Color Hex

#860799
(134,7,153)
0 Favorites   0 Comments

Color spaces of #860799

RGB 1347153
HSL0.810.910.31
HSV292°95°60°
CMYK 0.120.950.00   0.40
XYZ15.65737.520230.7633
Yxy7.52020.29030.1394
Hunter Lab27.423053.9253-47.3159
CIE-Lab32.963063.0446-46.8175

#860799 color RGB value is (134,7,153).

#860799 hex color red value is 134, green value is 7 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #860799 hue: 0.81 , saturation: 0.91 and the lightness value of 860799 is 0.31.

The process color (four color CMYK) of #860799 color hex is 0.12, 0.95, 0.00, 0.40. Web safe color of #860799 is #990099. Color #860799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000111 10011001
Octal 206 7 231
Decimal 134 7 153
Hex 86 7 99

RGB Percentages of Color #860799

%45.58
%2.38
%52.04

CMYK Percentages of Color #860799

%12
%95
%0
%40

Triadic Colors of #860799

#860799 #998607 #079986

Analogous Colors of #860799

#860799 #990763 #3d0799

Monochromatic Colors of #860799

#860799

Complementary Color

#860799 #1a9907

#860799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#860799 Color CSS Codes

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

#860799 Text Font Color

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

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


#860799 Background Color

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

This div background color is #860799


#860799 Border Color

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

This div border color is #860799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860799


Comments

No comments written yet.

Please login to write comment.