Color Hex Logo

#b857eb Color Hex

#B857EB
(184,87,235)
0 Favorites   0 Comments

Color spaces of #b857eb

RGB 18487235
HSL0.780.790.63
HSV279°63°92°
CMYK 0.220.630.00   0.08
XYZ38.170823.004981.0258
Yxy23.00490.26840.1618
Hunter Lab47.963458.1199-66.5857
CIE-Lab55.077462.5254-58.6915

#b857eb color RGB value is (184,87,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010111 11101011
Octal 270 127 353
Decimal 184 87 235
Hex B8 57 EB

RGB Percentages of Color #b857eb

%36.36
%17.19
%46.44

CMYK Percentages of Color #b857eb

%22
%63
%0
%8

Triadic Colors of #b857eb

#b857eb #ebb857 #57ebb8

Analogous Colors of #b857eb

#b857eb #eb57d4 #6e57eb

Monochromatic Colors of #b857eb

#b857eb

Complementary Color

#b857eb #8aeb57

#b857eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b857eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b857eb Color CSS Codes

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

#b857eb Text Font Color

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

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


#b857eb Background Color

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

This div background color is #b857eb


#b857eb Border Color

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

This div border color is #b857eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b857eb


Comments

No comments written yet.

Please login to write comment.