Color Hex Logo

#b31efb Color Hex

#B31EFB
(179,30,251)
0 Favorites   0 Comments

Color spaces of #b31efb

RGB 17930251
HSL0.780.970.55
HSV280°88°98°
CMYK 0.290.880.00   0.02
XYZ36.467317.477392.7182
Yxy17.47730.24860.1192
Hunter Lab41.805982.5455-102.2309
CIE-Lab48.855983.7708-77.7475

#b31efb color RGB value is (179,30,251).

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

The process color (four color CMYK) of #b31efb color hex is 0.29, 0.88, 0.00, 0.02. Web safe color of #b31efb is #cc33ff. Color #b31efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011110 11111011
Octal 263 36 373
Decimal 179 30 251
Hex B3 1E FB

RGB Percentages of Color #b31efb

%38.91
%6.52
%54.57

CMYK Percentages of Color #b31efb

%29
%88
%0
%2

Triadic Colors of #b31efb

#b31efb #fbb31e #1efbb3

Analogous Colors of #b31efb

#b31efb #fb1ed5 #441efb

Monochromatic Colors of #b31efb

#b31efb

Complementary Color

#b31efb #66fb1e

#b31efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31efb Color CSS Codes

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

#b31efb Text Font Color

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

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


#b31efb Background Color

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

This div background color is #b31efb


#b31efb Border Color

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

This div border color is #b31efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,30,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31efb

Related Colors


Comments

No comments written yet.

Please login to write comment.