Color Hex Logo

#b856eb Color Hex

#B856EB
(184,86,235)
0 Favorites   0 Comments

Color spaces of #b856eb

RGB 18486235
HSL0.780.790.63
HSV279°63°92°
CMYK 0.220.630.00   0.08
XYZ38.090322.844180.9990
Yxy22.84410.26840.1609
Hunter Lab47.795558.6122-67.0219
CIE-Lab54.911462.9814-58.9578

#b856eb color RGB value is (184,86,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010110 11101011
Octal 270 126 353
Decimal 184 86 235
Hex B8 56 EB

RGB Percentages of Color #b856eb

%36.44
%17.03
%46.53

CMYK Percentages of Color #b856eb

%22
%63
%0
%8

Triadic Colors of #b856eb

#b856eb #ebb856 #56ebb8

Analogous Colors of #b856eb

#b856eb #eb56d4 #6e56eb

Monochromatic Colors of #b856eb

#b856eb

Complementary Color

#b856eb #89eb56

#b856eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b856eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b856eb Color CSS Codes

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

#b856eb Text Font Color

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

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


#b856eb Background Color

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

This div background color is #b856eb


#b856eb Border Color

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

This div border color is #b856eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b856eb


Comments

No comments written yet.

Please login to write comment.