Color Hex Logo

#b857ef Color Hex

#B857EF
(184,87,239)
0 Favorites   0 Comments

Color spaces of #b857ef

RGB 18487239
HSL0.770.830.64
HSV278°64°94°
CMYK 0.230.640.00   0.06
XYZ38.755323.238784.1042
Yxy23.23870.26530.1591
Hunter Lab48.206559.1424-69.6965
CIE-Lab55.317463.3644-60.5446

#b857ef color RGB value is (184,87,239).

#b857ef hex color red value is 184, green value is 87 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b857ef hue: 0.77 , saturation: 0.83 and the lightness value of b857ef is 0.64.

The process color (four color CMYK) of #b857ef color hex is 0.23, 0.64, 0.00, 0.06. Web safe color of #b857ef is #cc66ff. Color #b857ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010111 11101111
Octal 270 127 357
Decimal 184 87 239
Hex B8 57 EF

RGB Percentages of Color #b857ef

%36.08
%17.06
%46.86

CMYK Percentages of Color #b857ef

%23
%64
%0
%6

Triadic Colors of #b857ef

#b857ef #efb857 #57efb8

Analogous Colors of #b857ef

#b857ef #ef57da #6c57ef

Monochromatic Colors of #b857ef

#b857ef

Complementary Color

#b857ef #8eef57

#b857ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b857ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b857ef Color CSS Codes

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

#b857ef Text Font Color

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

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


#b857ef Background Color

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

This div background color is #b857ef


#b857ef Border Color

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

This div border color is #b857ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,87,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b857ef


Comments

No comments written yet.

Please login to write comment.