Color Hex Logo

#b139ee Color Hex

#B139EE
(177,57,238)
0 Favorites   0 Comments

Color spaces of #b139ee

RGB 17757238
HSL0.780.840.58
HSV280°76°93°
CMYK 0.260.760.00   0.07
XYZ35.027218.446482.6033
Yxy18.44640.25740.1356
Hunter Lab42.949370.4141-83.9665
CIE-Lab50.033173.8496-68.5572

#b139ee color RGB value is (177,57,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111001 11101110
Octal 261 71 356
Decimal 177 57 238
Hex B1 39 EE

RGB Percentages of Color #b139ee

%37.50
%12.08
%50.42

CMYK Percentages of Color #b139ee

%26
%76
%0
%7

Triadic Colors of #b139ee

#b139ee #eeb139 #39eeb1

Analogous Colors of #b139ee

#b139ee #ee39d1 #5739ee

Monochromatic Colors of #b139ee

#b139ee

Complementary Color

#b139ee #76ee39

#b139ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b139ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b139ee Color CSS Codes

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

#b139ee Text Font Color

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

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


#b139ee Background Color

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

This div background color is #b139ee


#b139ee Border Color

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

This div border color is #b139ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b139ee


Comments

No comments written yet.

Please login to write comment.