Color Hex Logo

#b031ff Color Hex

#B031FF
(176,49,255)
0 Favorites   0 Comments

Color spaces of #b031ff

RGB 17649255
HSL0.771.000.60
HSV277°81°100°
CMYK 0.310.810.00   0.00
XYZ37.052818.646796.2540
Yxy18.64670.24380.1227
Hunter Lab43.181877.5964-101.9325
CIE-Lab50.271379.6041-77.6869

#b031ff color RGB value is (176,49,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110001 11111111
Octal 260 61 377
Decimal 176 49 255
Hex B0 31 FF

RGB Percentages of Color #b031ff

%36.67
%10.21
%53.13

CMYK Percentages of Color #b031ff

%31
%81
%0
%0

Triadic Colors of #b031ff

#b031ff #ffb031 #31ffb0

Analogous Colors of #b031ff

#b031ff #ff31e7 #4931ff

Monochromatic Colors of #b031ff

#b031ff

Complementary Color

#b031ff #80ff31

#b031ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b031ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b031ff Color CSS Codes

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

#b031ff Text Font Color

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

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


#b031ff Background Color

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

This div background color is #b031ff


#b031ff Border Color

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

This div border color is #b031ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b031ff

Related Colors


Comments

No comments written yet.

Please login to write comment.