Color Hex Logo

#b31bef Color Hex

#B31BEF
(179,27,239)
0 Favorites   0 Comments

Color spaces of #b31bef

RGB 17927239
HSL0.790.870.52
HSV283°89°94°
CMYK 0.250.890.00   0.06
XYZ34.562316.599683.0438
Yxy16.59960.25750.1237
Hunter Lab40.742680.1235-92.3283
CIE-Lab47.751582.0911-72.8146

#b31bef color RGB value is (179,27,239).

#b31bef hex color red value is 179, green value is 27 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b31bef hue: 0.79 , saturation: 0.87 and the lightness value of b31bef is 0.52.

The process color (four color CMYK) of #b31bef color hex is 0.25, 0.89, 0.00, 0.06. Web safe color of #b31bef is #cc33ff. Color #b31bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011011 11101111
Octal 263 33 357
Decimal 179 27 239
Hex B3 1B EF

RGB Percentages of Color #b31bef

%40.22
%6.07
%53.71

CMYK Percentages of Color #b31bef

%25
%89
%0
%6

Triadic Colors of #b31bef

#b31bef #efb31b #1befb3

Analogous Colors of #b31bef

#b31bef #ef1bc1 #491bef

Monochromatic Colors of #b31bef

#b31bef

Complementary Color

#b31bef #57ef1b

#b31bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31bef Color CSS Codes

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

#b31bef Text Font Color

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

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


#b31bef Background Color

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

This div background color is #b31bef


#b31bef Border Color

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

This div border color is #b31bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31bef


Comments

No comments written yet.

Please login to write comment.