Color Hex Logo

#b139ac Color Hex

#B139AC
(177,57,172)
0 Favorites   0 Comments

Color spaces of #b139ac

RGB 17757172
HSL0.840.510.46
HSV303°68°69°
CMYK 0.000.680.03   0.31
XYZ27.041015.251940.5484
Yxy15.25190.32640.1841
Hunter Lab39.053755.2505-34.2217
CIE-Lab45.977361.7067-37.0339

#b139ac color RGB value is (177,57,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111001 10101100
Octal 261 71 254
Decimal 177 57 172
Hex B1 39 AC

RGB Percentages of Color #b139ac

%43.60
%14.04
%42.36

CMYK Percentages of Color #b139ac

%0
%68
%3
%31

Triadic Colors of #b139ac

#b139ac #acb139 #39acb1

Analogous Colors of #b139ac

#b139ac #b13970 #7a39b1

Monochromatic Colors of #b139ac

#b139ac

Complementary Color

#b139ac #39b13e

#b139ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b139ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b139ac Color CSS Codes

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

#b139ac Text Font Color

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

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


#b139ac Background Color

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

This div background color is #b139ac


#b139ac Border Color

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

This div border color is #b139ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b139ac


Comments

No comments written yet.

Please login to write comment.