Color Hex Logo

#b139ab Color Hex

#B139AB
(177,57,171)
0 Favorites   0 Comments

Color spaces of #b139ab

RGB 17757171
HSL0.840.510.46
HSV303°68°69°
CMYK 0.000.680.03   0.31
XYZ26.945315.213640.0444
Yxy15.21360.32780.1851
Hunter Lab39.004655.0539-33.5673
CIE-Lab45.925461.5421-36.5248

#b139ab color RGB value is (177,57,171).

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

The process color (four color CMYK) of #b139ab color hex is 0.00, 0.68, 0.03, 0.31. Web safe color of #b139ab is #993399. Color #b139ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111001 10101011
Octal 261 71 253
Decimal 177 57 171
Hex B1 39 AB

RGB Percentages of Color #b139ab

%43.70
%14.07
%42.22

CMYK Percentages of Color #b139ab

%0
%68
%3
%31

Triadic Colors of #b139ab

#b139ab #abb139 #39abb1

Analogous Colors of #b139ab

#b139ab #b1396f #7b39b1

Monochromatic Colors of #b139ab

#b139ab

Complementary Color

#b139ab #39b13f

#b139ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b139ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b139ab Color CSS Codes

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

#b139ab Text Font Color

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

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


#b139ab Background Color

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

This div background color is #b139ab


#b139ab Border Color

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

This div border color is #b139ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b139ab


Comments

No comments written yet.

Please login to write comment.