Color Hex Logo

#b857fa Color Hex

#B857FA
(184,87,250)
0 Favorites   0 Comments

Color spaces of #b857fa

RGB 18487250
HSL0.770.940.66
HSV276°65°98°
CMYK 0.260.650.00   0.02
XYZ40.430723.908992.9264
Yxy23.90890.25710.1520
Hunter Lab48.896762.0251-78.4507
CIE-Lab55.996565.7048-65.5779

#b857fa color RGB value is (184,87,250).

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

The process color (four color CMYK) of #b857fa color hex is 0.26, 0.65, 0.00, 0.02. Web safe color of #b857fa is #cc66ff. Color #b857fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010111 11111010
Octal 270 127 372
Decimal 184 87 250
Hex B8 57 FA

RGB Percentages of Color #b857fa

%35.32
%16.70
%47.98

CMYK Percentages of Color #b857fa

%26
%65
%0
%2

Triadic Colors of #b857fa

#b857fa #fab857 #57fab8

Analogous Colors of #b857fa

#b857fa #fa57eb #6757fa

Monochromatic Colors of #b857fa

#b857fa

Complementary Color

#b857fa #99fa57

#b857fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b857fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b857fa Color CSS Codes

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

#b857fa Text Font Color

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

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


#b857fa Background Color

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

This div background color is #b857fa


#b857fa Border Color

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

This div border color is #b857fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b857fa

Related Colors


Comments

No comments written yet.

Please login to write comment.