Color Hex Logo

#860389 Color Hex

#860389
(134,3,137)
0 Favorites   0 Comments

Color spaces of #860389

RGB 1343137
HSL0.830.960.27
HSV299°98°54°
CMYK 0.020.980.00   0.46
XYZ14.37946.939624.2485
Yxy6.93960.31560.1523
Hunter Lab26.343151.3338-36.1355
CIE-Lab31.669060.9526-39.0406

#860389 color RGB value is (134,3,137).

#860389 hex color red value is 134, green value is 3 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #860389 hue: 0.83 , saturation: 0.96 and the lightness value of 860389 is 0.27.

The process color (four color CMYK) of #860389 color hex is 0.02, 0.98, 0.00, 0.46. Web safe color of #860389 is #990099. Color #860389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000011 10001001
Octal 206 3 211
Decimal 134 3 137
Hex 86 3 89

RGB Percentages of Color #860389

%48.91
%1.09
%50.00

CMYK Percentages of Color #860389

%2
%98
%0
%46

Triadic Colors of #860389

#860389 #898603 #038986

Analogous Colors of #860389

#860389 #890349 #430389

Monochromatic Colors of #860389

#860389

Complementary Color

#860389 #068903

#860389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#860389 Color CSS Codes

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

#860389 Text Font Color

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

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


#860389 Background Color

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

This div background color is #860389


#860389 Border Color

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

This div border color is #860389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860389


Comments

No comments written yet.

Please login to write comment.