Color Hex Logo

#b31cfe Color Hex

#B31CFE
(179,28,254)
0 Favorites   0 Comments

Color spaces of #b31cfe

RGB 17928254
HSL0.780.990.55
HSV280°89°100°
CMYK 0.300.890.00   0.00
XYZ36.895117.570095.2127
Yxy17.57000.24650.1174
Hunter Lab41.916683.7622-105.3345
CIE-Lab48.970484.6926-79.2351

#b31cfe color RGB value is (179,28,254).

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

The process color (four color CMYK) of #b31cfe color hex is 0.30, 0.89, 0.00, 0.00. Web safe color of #b31cfe is #cc33ff. Color #b31cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011100 11111110
Octal 263 34 376
Decimal 179 28 254
Hex B3 1C FE

RGB Percentages of Color #b31cfe

%38.83
%6.07
%55.10

CMYK Percentages of Color #b31cfe

%30
%89
%0
%0

Triadic Colors of #b31cfe

#b31cfe #feb31c #1cfeb3

Analogous Colors of #b31cfe

#b31cfe #fe1cd8 #421cfe

Monochromatic Colors of #b31cfe

#b31cfe

Complementary Color

#b31cfe #67fe1c

#b31cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31cfe Color CSS Codes

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

#b31cfe Text Font Color

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

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


#b31cfe Background Color

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

This div background color is #b31cfe


#b31cfe Border Color

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

This div border color is #b31cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31cfe


Comments

No comments written yet.

Please login to write comment.