Color Hex Logo

#b139ed Color Hex

#B139ED
(177,57,237)
0 Favorites   0 Comments

Color spaces of #b139ed

RGB 17757237
HSL0.780.830.58
HSV280°76°93°
CMYK 0.250.760.00   0.07
XYZ34.880718.387881.8315
Yxy18.38780.25820.1361
Hunter Lab42.881070.1555-83.1287
CIE-Lab49.963173.6508-68.1080

#b139ed color RGB value is (177,57,237).

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

The process color (four color CMYK) of #b139ed color hex is 0.25, 0.76, 0.00, 0.07. Web safe color of #b139ed is #9933ff. Color #b139ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111001 11101101
Octal 261 71 355
Decimal 177 57 237
Hex B1 39 ED

RGB Percentages of Color #b139ed

%37.58
%12.10
%50.32

CMYK Percentages of Color #b139ed

%25
%76
%0
%7

Triadic Colors of #b139ed

#b139ed #edb139 #39edb1

Analogous Colors of #b139ed

#b139ed #ed39cf #5739ed

Monochromatic Colors of #b139ed

#b139ed

Complementary Color

#b139ed #75ed39

#b139ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b139ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b139ed Color CSS Codes

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

#b139ed Text Font Color

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

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


#b139ed Background Color

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

This div background color is #b139ed


#b139ed Border Color

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

This div border color is #b139ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b139ed


Comments

No comments written yet.

Please login to write comment.