Color Hex Logo

#b911db Color Hex

#B911DB
(185,17,219)
0 Favorites   0 Comments

Color spaces of #b911db

RGB 18517219
HSL0.810.860.46
HSV290°92°86°
CMYK 0.160.920.00   0.14
XYZ32.994215.829768.3343
Yxy15.82970.28160.1351
Hunter Lab39.786678.4000-73.9813
CIE-Lab46.750380.9258-63.0437

#b911db color RGB value is (185,17,219).

#b911db hex color red value is 185, green value is 17 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b911db hue: 0.81 , saturation: 0.86 and the lightness value of b911db is 0.46.

The process color (four color CMYK) of #b911db color hex is 0.16, 0.92, 0.00, 0.14. Web safe color of #b911db is #cc00cc. Color #b911db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010001 11011011
Octal 271 21 333
Decimal 185 17 219
Hex B9 11 DB

RGB Percentages of Color #b911db

%43.94
%4.04
%52.02

CMYK Percentages of Color #b911db

%16
%92
%0
%14

Triadic Colors of #b911db

#b911db #dbb911 #11dbb9

Analogous Colors of #b911db

#b911db #db1198 #5411db

Monochromatic Colors of #b911db

#b911db

Complementary Color

#b911db #33db11

#b911db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b911db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b911db Color CSS Codes

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

#b911db Text Font Color

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

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


#b911db Background Color

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

This div background color is #b911db


#b911db Border Color

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

This div border color is #b911db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b911db


Comments

No comments written yet.

Please login to write comment.