Color Hex Logo

#b187db Color Hex

#B187DB
(177,135,219)
0 Favorites   0 Comments

Color spaces of #b187db

RGB 177135219
HSL0.750.540.69
HSV270°38°86°
CMYK 0.190.380.00   0.14
XYZ39.581631.789571.0676
Yxy31.78950.27790.2232
Hunter Lab56.382226.6423-35.2653
CIE-Lab63.168532.1397-36.9896

#b187db color RGB value is (177,135,219).

#b187db hex color red value is 177, green value is 135 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b187db hue: 0.75 , saturation: 0.54 and the lightness value of b187db is 0.69.

The process color (four color CMYK) of #b187db color hex is 0.19, 0.38, 0.00, 0.14. Web safe color of #b187db is #9999cc. Color #b187db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000111 11011011
Octal 261 207 333
Decimal 177 135 219
Hex B1 87 DB

RGB Percentages of Color #b187db

%33.33
%25.42
%41.24

CMYK Percentages of Color #b187db

%19
%38
%0
%14

Triadic Colors of #b187db

#b187db #dbb187 #87dbb1

Analogous Colors of #b187db

#b187db #db87db #8787db

Monochromatic Colors of #b187db

#b187db

Complementary Color

#b187db #b1db87

#b187db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b187db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b187db Color CSS Codes

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

#b187db Text Font Color

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

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


#b187db Background Color

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

This div background color is #b187db


#b187db Border Color

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

This div border color is #b187db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b187db


Comments

No comments written yet.

Please login to write comment.