Color Hex Logo

#b159db Color Hex

#B159DB
(177,89,219)
0 Favorites   0 Comments

Color spaces of #b159db

RGB 17789219
HSL0.780.640.60
HSV281°59°86°
CMYK 0.190.590.00   0.14
XYZ34.490021.606369.3704
Yxy21.60630.27490.1722
Hunter Lab46.482651.1022-55.9463
CIE-Lab53.606856.6039-52.0832

#b159db color RGB value is (177,89,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011001 11011011
Octal 261 131 333
Decimal 177 89 219
Hex B1 59 DB

RGB Percentages of Color #b159db

%36.49
%18.35
%45.15

CMYK Percentages of Color #b159db

%19
%59
%0
%14

Triadic Colors of #b159db

#b159db #dbb159 #59dbb1

Analogous Colors of #b159db

#b159db #db59c4 #7059db

Monochromatic Colors of #b159db

#b159db

Complementary Color

#b159db #83db59

#b159db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b159db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b159db Color CSS Codes

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

#b159db Text Font Color

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

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


#b159db Background Color

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

This div background color is #b159db


#b159db Border Color

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

This div border color is #b159db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b159db


Comments

No comments written yet.

Please login to write comment.