Color Hex Logo

#b860eb Color Hex

#B860EB
(184,96,235)
0 Favorites   0 Comments

Color spaces of #b860eb

RGB 18496235
HSL0.770.780.65
HSV278°59°92°
CMYK 0.220.590.00   0.08
XYZ38.945424.554281.2841
Yxy24.55420.26900.1696
Hunter Lab49.552253.5752-62.5712
CIE-Lab56.638558.2753-56.1924

#b860eb color RGB value is (184,96,235).

#b860eb hex color red value is 184, green value is 96 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b860eb hue: 0.77 , saturation: 0.78 and the lightness value of b860eb is 0.65.

The process color (four color CMYK) of #b860eb color hex is 0.22, 0.59, 0.00, 0.08. Web safe color of #b860eb is #cc66ff. Color #b860eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100000 11101011
Octal 270 140 353
Decimal 184 96 235
Hex B8 60 EB

RGB Percentages of Color #b860eb

%35.73
%18.64
%45.63

CMYK Percentages of Color #b860eb

%22
%59
%0
%8

Triadic Colors of #b860eb

#b860eb #ebb860 #60ebb8

Analogous Colors of #b860eb

#b860eb #eb60d9 #7360eb

Monochromatic Colors of #b860eb

#b860eb

Complementary Color

#b860eb #93eb60

#b860eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b860eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b860eb Color CSS Codes

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

#b860eb Text Font Color

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

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


#b860eb Background Color

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

This div background color is #b860eb


#b860eb Border Color

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

This div border color is #b860eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,96,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b860eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b860eb;
  -webkit-box-shadow: 1px 1px 3px 2px #b860eb;
  box-shadow:         1px 1px 3px 2px #b860eb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b860eb


Comments

No comments written yet.

Please login to write comment.