Color Hex Logo

#b851fe Color Hex

#B851FE
(184,81,254)
0 Favorites   0 Comments

Color spaces of #b851fe

RGB 18481254
HSL0.770.990.66
HSV276°68°100°
CMYK 0.280.680.00   0.00
XYZ40.599023.231096.1102
Yxy23.23100.25380.1452
Hunter Lab48.198566.0081-84.4881
CIE-Lab55.309569.1870-68.9047

#b851fe color RGB value is (184,81,254).

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

The process color (four color CMYK) of #b851fe color hex is 0.28, 0.68, 0.00, 0.00. Web safe color of #b851fe is #cc66ff. Color #b851fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010001 11111110
Octal 270 121 376
Decimal 184 81 254
Hex B8 51 FE

RGB Percentages of Color #b851fe

%35.45
%15.61
%48.94

CMYK Percentages of Color #b851fe

%28
%68
%0
%0

Triadic Colors of #b851fe

#b851fe #feb851 #51feb8

Analogous Colors of #b851fe

#b851fe #fe51ee #6251fe

Monochromatic Colors of #b851fe

#b851fe

Complementary Color

#b851fe #97fe51

#b851fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b851fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b851fe Color CSS Codes

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

#b851fe Text Font Color

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

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


#b851fe Background Color

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

This div background color is #b851fe


#b851fe Border Color

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

This div border color is #b851fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b851fe


Comments

No comments written yet.

Please login to write comment.