Color Hex Logo

#b50cfe Color Hex

#B50CFE
(181,12,254)
0 Favorites   0 Comments

Color spaces of #b50cfe

RGB 18112254
HSL0.780.990.52
HSV282°95°100°
CMYK 0.290.950.00   0.00
XYZ37.076917.242595.1399
Yxy17.24250.24810.1154
Hunter Lab41.524186.7157-106.7783
CIE-Lab48.564187.0416-79.8868

#b50cfe color RGB value is (181,12,254).

#b50cfe hex color red value is 181, green value is 12 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b50cfe hue: 0.78 , saturation: 0.99 and the lightness value of b50cfe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001100 11111110
Octal 265 14 376
Decimal 181 12 254
Hex B5 C FE

RGB Percentages of Color #b50cfe

%40.49
%2.68
%56.82

CMYK Percentages of Color #b50cfe

%29
%95
%0
%0

Triadic Colors of #b50cfe

#b50cfe #feb50c #0cfeb5

Analogous Colors of #b50cfe

#b50cfe #fe0cce #3c0cfe

Monochromatic Colors of #b50cfe

#b50cfe

Complementary Color

#b50cfe #55fe0c

#b50cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50cfe Color CSS Codes

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

#b50cfe Text Font Color

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

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


#b50cfe Background Color

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

This div background color is #b50cfe


#b50cfe Border Color

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

This div border color is #b50cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50cfe


Comments

No comments written yet.

Please login to write comment.