Color Hex Logo

#b166db Color Hex

#B166DB
(177,102,219)
0 Favorites   0 Comments

Color spaces of #b166db

RGB 177102219
HSL0.770.620.63
HSV278°53°86°
CMYK 0.190.530.00   0.14
XYZ35.669023.964369.7634
Yxy23.96430.27570.1852
Hunter Lab48.953344.3926-50.2268
CIE-Lab56.052050.0822-48.1916

#b166db color RGB value is (177,102,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100110 11011011
Octal 261 146 333
Decimal 177 102 219
Hex B1 66 DB

RGB Percentages of Color #b166db

%35.54
%20.48
%43.98

CMYK Percentages of Color #b166db

%19
%53
%0
%14

Triadic Colors of #b166db

#b166db #dbb166 #66dbb1

Analogous Colors of #b166db

#b166db #db66cb #7766db

Monochromatic Colors of #b166db

#b166db

Complementary Color

#b166db #90db66

#b166db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b166db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b166db Color CSS Codes

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

#b166db Text Font Color

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

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


#b166db Background Color

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

This div background color is #b166db


#b166db Border Color

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

This div border color is #b166db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b166db


Comments

No comments written yet.

Please login to write comment.