Color Hex Logo

#b31bfb Color Hex

#B31BFB
(179,27,251)
0 Favorites   0 Comments

Color spaces of #b31bfb

RGB 17927251
HSL0.780.970.55
HSV281°89°98°
CMYK 0.290.890.00   0.02
XYZ36.394917.332692.6941
Yxy17.33260.24860.1184
Hunter Lab41.632483.1872-102.8657
CIE-Lab48.676484.3038-78.0405

#b31bfb color RGB value is (179,27,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011011 11111011
Octal 263 33 373
Decimal 179 27 251
Hex B3 1B FB

RGB Percentages of Color #b31bfb

%39.17
%5.91
%54.92

CMYK Percentages of Color #b31bfb

%29
%89
%0
%2

Triadic Colors of #b31bfb

#b31bfb #fbb31b #1bfbb3

Analogous Colors of #b31bfb

#b31bfb #fb1bd3 #431bfb

Monochromatic Colors of #b31bfb

#b31bfb

Complementary Color

#b31bfb #63fb1b

#b31bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31bfb Color CSS Codes

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

#b31bfb Text Font Color

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

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


#b31bfb Background Color

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

This div background color is #b31bfb


#b31bfb Border Color

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

This div border color is #b31bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31bfb


Comments

No comments written yet.

Please login to write comment.