Color Hex Logo

#b500fe Color Hex

#B500FE
(181,0,254)
0 Favorites   0 Comments

Color spaces of #b500fe

RGB 1810254
HSL0.791.000.50
HSV283°100°100°
CMYK 0.291.000.00   0.00
XYZ36.945416.979595.0961
Yxy16.97950.24790.1139
Hunter Lab41.206287.9320-107.9858
CIE-Lab48.234288.0314-80.4263

#b500fe color RGB value is (181,0,254).

#b500fe hex color red value is 181, green value is 0 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b500fe hue: 0.79 , saturation: 1.00 and the lightness value of b500fe is 0.50.

The process color (four color CMYK) of #b500fe color hex is 0.29, 1.00, 0.00, 0.00. Web safe color of #b500fe is #cc00ff. Color #b500fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000000 11111110
Octal 265 0 376
Decimal 181 0 254
Hex B5 0 FE

RGB Percentages of Color #b500fe

%41.61
%0.00
%58.39

CMYK Percentages of Color #b500fe

%29
%100
%0
%0

Triadic Colors of #b500fe

#b500fe #feb500 #00feb5

Analogous Colors of #b500fe

#b500fe #fe00c8 #3600fe

Monochromatic Colors of #b500fe

#b500fe

Complementary Color

#b500fe #49fe00

#b500fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b500fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b500fe Color CSS Codes

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

#b500fe Text Font Color

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

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


#b500fe Background Color

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

This div background color is #b500fe


#b500fe Border Color

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

This div border color is #b500fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b500fe


Comments

No comments written yet.

Please login to write comment.