Color Hex Logo

#b139fb Color Hex

#B139FB
(177,57,251)
0 Favorites   0 Comments

Color spaces of #b139fb

RGB 17757251
HSL0.770.960.60
HSV277°77°98°
CMYK 0.290.770.00   0.02
XYZ37.007219.238493.0297
Yxy19.23840.24790.1289
Hunter Lab43.861673.8474-95.0499
CIE-Lab50.965076.4642-74.3232

#b139fb color RGB value is (177,57,251).

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

The process color (four color CMYK) of #b139fb color hex is 0.29, 0.77, 0.00, 0.02. Web safe color of #b139fb is #9933ff. Color #b139fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111001 11111011
Octal 261 71 373
Decimal 177 57 251
Hex B1 39 FB

RGB Percentages of Color #b139fb

%36.49
%11.75
%51.75

CMYK Percentages of Color #b139fb

%29
%77
%0
%2

Triadic Colors of #b139fb

#b139fb #fbb139 #39fbb1

Analogous Colors of #b139fb

#b139fb #fb39e4 #5039fb

Monochromatic Colors of #b139fb

#b139fb

Complementary Color

#b139fb #83fb39

#b139fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b139fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b139fb Color CSS Codes

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

#b139fb Text Font Color

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

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


#b139fb Background Color

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

This div background color is #b139fb


#b139fb Border Color

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

This div border color is #b139fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b139fb


Comments

No comments written yet.

Please login to write comment.