Color Hex Logo

#b146db Color Hex

#B146DB
(177,70,219)
0 Favorites   0 Comments

Color spaces of #b146db

RGB 17770219
HSL0.790.670.57
HSV283°68°86°
CMYK 0.190.680.00   0.14
XYZ33.107818.841968.9097
Yxy18.84190.27390.1559
Hunter Lab43.407360.1837-63.7387
CIE-Lab50.501765.1585-57.0550

#b146db color RGB value is (177,70,219).

#b146db hex color red value is 177, green value is 70 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b146db hue: 0.79 , saturation: 0.67 and the lightness value of b146db is 0.57.

The process color (four color CMYK) of #b146db color hex is 0.19, 0.68, 0.00, 0.14. Web safe color of #b146db is #9933cc. Color #b146db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000110 11011011
Octal 261 106 333
Decimal 177 70 219
Hex B1 46 DB

RGB Percentages of Color #b146db

%37.98
%15.02
%47.00

CMYK Percentages of Color #b146db

%19
%68
%0
%14

Triadic Colors of #b146db

#b146db #dbb146 #46dbb1

Analogous Colors of #b146db

#b146db #db46bb #6746db

Monochromatic Colors of #b146db

#b146db

Complementary Color

#b146db #70db46

#b146db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b146db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b146db Color CSS Codes

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

#b146db Text Font Color

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

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


#b146db Background Color

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

This div background color is #b146db


#b146db Border Color

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

This div border color is #b146db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b146db


Comments

No comments written yet.

Please login to write comment.