Color Hex Logo

#860feb Color Hex

#860FEB
(134,15,235)
0 Favorites   0 Comments

Color spaces of #860feb

RGB 13415235
HSL0.760.880.49
HSV272°94°92°
CMYK 0.430.940.00   0.08
XYZ24.997711.408179.4817
Yxy11.40810.21570.0984
Hunter Lab33.775973.0010-115.8786
CIE-Lab40.259577.8516-83.0810

#860feb color RGB value is (134,15,235).

#860feb hex color red value is 134, green value is 15 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #860feb hue: 0.76 , saturation: 0.88 and the lightness value of 860feb is 0.49.

The process color (four color CMYK) of #860feb color hex is 0.43, 0.94, 0.00, 0.08. Web safe color of #860feb is #9900ff. Color #860feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00001111 11101011
Octal 206 17 353
Decimal 134 15 235
Hex 86 F EB

RGB Percentages of Color #860feb

%34.90
%3.91
%61.20

CMYK Percentages of Color #860feb

%43
%94
%0
%8

Triadic Colors of #860feb

#860feb #eb860f #0feb86

Analogous Colors of #860feb

#860feb #eb0fe2 #180feb

Monochromatic Colors of #860feb

#860feb

Complementary Color

#860feb #74eb0f

#860feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#860feb Color CSS Codes

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

#860feb Text Font Color

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

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


#860feb Background Color

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

This div background color is #860feb


#860feb Border Color

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

This div border color is #860feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860feb


Comments

No comments written yet.

Please login to write comment.