Color Hex Logo

#b131ff Color Hex

#B131FF
(177,49,255)
0 Favorites   0 Comments

Color spaces of #b131ff

RGB 17749255
HSL0.771.000.60
HSV277°81°100°
CMYK 0.310.810.00   0.00
XYZ37.279818.763796.2646
Yxy18.76370.24480.1232
Hunter Lab43.317177.8168-101.4396
CIE-Lab50.409679.7523-77.4554

#b131ff color RGB value is (177,49,255).

#b131ff hex color red value is 177, green value is 49 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b131ff hue: 0.77 , saturation: 1.00 and the lightness value of b131ff is 0.60.

The process color (four color CMYK) of #b131ff color hex is 0.31, 0.81, 0.00, 0.00. Web safe color of #b131ff is #9933ff. Color #b131ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110001 11111111
Octal 261 61 377
Decimal 177 49 255
Hex B1 31 FF

RGB Percentages of Color #b131ff

%36.80
%10.19
%53.01

CMYK Percentages of Color #b131ff

%31
%81
%0
%0

Triadic Colors of #b131ff

#b131ff #ffb131 #31ffb1

Analogous Colors of #b131ff

#b131ff #ff31e6 #4a31ff

Monochromatic Colors of #b131ff

#b131ff

Complementary Color

#b131ff #7fff31

#b131ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b131ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b131ff Color CSS Codes

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

#b131ff Text Font Color

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

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


#b131ff Background Color

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

This div background color is #b131ff


#b131ff Border Color

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

This div border color is #b131ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b131ff

Related Colors


Comments

No comments written yet.

Please login to write comment.