Color Hex Logo

#b139bd Color Hex

#B139BD
(177,57,189)
0 Favorites   0 Comments

Color spaces of #b139bd

RGB 17757189
HSL0.820.540.48
HSV295°70°74°
CMYK 0.060.700.00   0.26
XYZ28.779915.947549.7054
Yxy15.94750.30480.1689
Hunter Lab39.934358.7565-45.8430
CIE-Lab46.905564.6088-45.5388

#b139bd color RGB value is (177,57,189).

#b139bd hex color red value is 177, green value is 57 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b139bd hue: 0.82 , saturation: 0.54 and the lightness value of b139bd is 0.48.

The process color (four color CMYK) of #b139bd color hex is 0.06, 0.70, 0.00, 0.26. Web safe color of #b139bd is #9933cc. Color #b139bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111001 10111101
Octal 261 71 275
Decimal 177 57 189
Hex B1 39 BD

RGB Percentages of Color #b139bd

%41.84
%13.48
%44.68

CMYK Percentages of Color #b139bd

%6
%70
%0
%26

Triadic Colors of #b139bd

#b139bd #bdb139 #39bdb1

Analogous Colors of #b139bd

#b139bd #bd3987 #6f39bd

Monochromatic Colors of #b139bd

#b139bd

Complementary Color

#b139bd #45bd39

#b139bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b139bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b139bd Color CSS Codes

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

#b139bd Text Font Color

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

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


#b139bd Background Color

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

This div background color is #b139bd


#b139bd Border Color

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

This div border color is #b139bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b139bd


Comments

No comments written yet.

Please login to write comment.