Color Hex Logo

#b146bd Color Hex

#B146BD
(177,70,189)
0 Favorites   0 Comments

Color spaces of #b146bd

RGB 17770189
HSL0.820.470.51
HSV294°63°74°
CMYK 0.060.630.00   0.26
XYZ29.506917.401649.9478
Yxy17.40160.30460.1797
Hunter Lab41.715253.2588-41.7903
CIE-Lab48.762159.4099-42.5877

#b146bd color RGB value is (177,70,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000110 10111101
Octal 261 106 275
Decimal 177 70 189
Hex B1 46 BD

RGB Percentages of Color #b146bd

%40.60
%16.06
%43.35

CMYK Percentages of Color #b146bd

%6
%63
%0
%26

Triadic Colors of #b146bd

#b146bd #bdb146 #46bdb1

Analogous Colors of #b146bd

#b146bd #bd468e #7646bd

Monochromatic Colors of #b146bd

#b146bd

Complementary Color

#b146bd #52bd46

#b146bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b146bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b146bd Color CSS Codes

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

#b146bd Text Font Color

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

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


#b146bd Background Color

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

This div background color is #b146bd


#b146bd Border Color

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

This div border color is #b146bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,70,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 #b146bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b146bd


Comments

No comments written yet.

Please login to write comment.