Color Hex Logo

#b139e9 Color Hex

#B139E9
(177,57,233)
0 Favorites   0 Comments

Color spaces of #b139e9

RGB 17757233
HSL0.780.800.57
HSV281°76°91°
CMYK 0.240.760.00   0.09
XYZ34.302618.156678.7874
Yxy18.15660.26140.1383
Hunter Lab42.610669.1286-79.8005
CIE-Lab49.685572.8588-66.3033

#b139e9 color RGB value is (177,57,233).

#b139e9 hex color red value is 177, green value is 57 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #b139e9 hue: 0.78 , saturation: 0.80 and the lightness value of b139e9 is 0.57.

The process color (four color CMYK) of #b139e9 color hex is 0.24, 0.76, 0.00, 0.09. Web safe color of #b139e9 is #9933ff. Color #b139e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111001 11101001
Octal 261 71 351
Decimal 177 57 233
Hex B1 39 E9

RGB Percentages of Color #b139e9

%37.90
%12.21
%49.89

CMYK Percentages of Color #b139e9

%24
%76
%0
%9

Triadic Colors of #b139e9

#b139e9 #e9b139 #39e9b1

Analogous Colors of #b139e9

#b139e9 #e939c9 #5939e9

Monochromatic Colors of #b139e9

#b139e9

Complementary Color

#b139e9 #71e939

#b139e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b139e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b139e9 Color CSS Codes

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

#b139e9 Text Font Color

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

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


#b139e9 Background Color

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

This div background color is #b139e9


#b139e9 Border Color

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

This div border color is #b139e9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,57,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b139e9


Comments

No comments written yet.

Please login to write comment.