Color Hex Logo

#b31dfb Color Hex

#B31DFB
(179,29,251)
0 Favorites   0 Comments

Color spaces of #b31dfb

RGB 17929251
HSL0.780.970.55
HSV281°88°98°
CMYK 0.290.880.00   0.02
XYZ36.442417.427592.7099
Yxy17.42750.24860.1189
Hunter Lab41.746382.7656-102.4486
CIE-Lab48.794283.9538-77.8481

#b31dfb color RGB value is (179,29,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011101 11111011
Octal 263 35 373
Decimal 179 29 251
Hex B3 1D FB

RGB Percentages of Color #b31dfb

%39.00
%6.32
%54.68

CMYK Percentages of Color #b31dfb

%29
%88
%0
%2

Triadic Colors of #b31dfb

#b31dfb #fbb31d #1dfbb3

Analogous Colors of #b31dfb

#b31dfb #fb1dd4 #441dfb

Monochromatic Colors of #b31dfb

#b31dfb

Complementary Color

#b31dfb #65fb1d

#b31dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31dfb Color CSS Codes

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

#b31dfb Text Font Color

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

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


#b31dfb Background Color

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

This div background color is #b31dfb


#b31dfb Border Color

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

This div border color is #b31dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31dfb


Comments

No comments written yet.

Please login to write comment.