Color Hex Logo

#b160db Color Hex

#B160DB
(177,96,219)
0 Favorites   0 Comments

Color spaces of #b160db

RGB 17796219
HSL0.780.630.62
HSV280°56°86°
CMYK 0.190.560.00   0.14
XYZ35.100522.827369.5739
Yxy22.82730.27530.1790
Hunter Lab47.777947.5253-52.8932
CIE-Lab54.894053.1474-50.0320

#b160db color RGB value is (177,96,219).

#b160db hex color red value is 177, green value is 96 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b160db hue: 0.78 , saturation: 0.63 and the lightness value of b160db is 0.62.

The process color (four color CMYK) of #b160db color hex is 0.19, 0.56, 0.00, 0.14. Web safe color of #b160db is #9966cc. Color #b160db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100000 11011011
Octal 261 140 333
Decimal 177 96 219
Hex B1 60 DB

RGB Percentages of Color #b160db

%35.98
%19.51
%44.51

CMYK Percentages of Color #b160db

%19
%56
%0
%14

Triadic Colors of #b160db

#b160db #dbb160 #60dbb1

Analogous Colors of #b160db

#b160db #db60c8 #7460db

Monochromatic Colors of #b160db

#b160db

Complementary Color

#b160db #8adb60

#b160db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b160db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b160db Color CSS Codes

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

#b160db Text Font Color

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

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


#b160db Background Color

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

This div background color is #b160db


#b160db Border Color

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

This div border color is #b160db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b160db


Comments

No comments written yet.

Please login to write comment.