Color Hex Logo

#b863fe Color Hex

#B863FE
(184,99,254)
0 Favorites   0 Comments

Color spaces of #b863fe

RGB 18499254
HSL0.760.990.69
HSV273°61°100°
CMYK 0.280.610.00   0.00
XYZ42.118426.269896.6166
Yxy26.26980.25530.1592
Hunter Lab51.254156.9890-75.8869
CIE-Lab58.292360.9703-64.0983

#b863fe color RGB value is (184,99,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100011 11111110
Octal 270 143 376
Decimal 184 99 254
Hex B8 63 FE

RGB Percentages of Color #b863fe

%34.26
%18.44
%47.30

CMYK Percentages of Color #b863fe

%28
%61
%0
%0

Triadic Colors of #b863fe

#b863fe #feb863 #63feb8

Analogous Colors of #b863fe

#b863fe #fe63f7 #6b63fe

Monochromatic Colors of #b863fe

#b863fe

Complementary Color

#b863fe #a9fe63

#b863fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b863fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b863fe Color CSS Codes

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

#b863fe Text Font Color

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

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


#b863fe Background Color

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

This div background color is #b863fe


#b863fe Border Color

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

This div border color is #b863fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b863fe

Related Colors


Comments

No comments written yet.

Please login to write comment.