Color Hex Logo

#b31fff Color Hex

#B31FFF
(179,31,255)
0 Favorites   0 Comments

Color spaces of #b31fff

RGB 17931255
HSL0.781.000.56
HSV280°88°100°
CMYK 0.300.880.00   0.00
XYZ37.130417.783796.0833
Yxy17.78370.24590.1178
Hunter Lab42.170783.3666-105.5690
CIE-Lab49.232784.3355-79.3640

#b31fff color RGB value is (179,31,255).

#b31fff hex color red value is 179, green value is 31 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b31fff hue: 0.78 , saturation: 1.00 and the lightness value of b31fff is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011111 11111111
Octal 263 37 377
Decimal 179 31 255
Hex B3 1F FF

RGB Percentages of Color #b31fff

%38.49
%6.67
%54.84

CMYK Percentages of Color #b31fff

%30
%88
%0
%0

Triadic Colors of #b31fff

#b31fff #ffb31f #1fffb3

Analogous Colors of #b31fff

#b31fff #ff1fdb #431fff

Monochromatic Colors of #b31fff

#b31fff

Complementary Color

#b31fff #6bff1f

#b31fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31fff Color CSS Codes

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

#b31fff Text Font Color

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

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


#b31fff Background Color

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

This div background color is #b31fff


#b31fff Border Color

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

This div border color is #b31fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31fff


Comments

No comments written yet.

Please login to write comment.