Color Hex Logo

#b901db Color Hex

#B901DB
(185,1,219)
0 Favorites   0 Comments

Color spaces of #b901db

RGB 1851219
HSL0.810.990.43
HSV291°100°86°
CMYK 0.161.000.00   0.14
XYZ32.804615.450568.2711
Yxy15.45050.28150.1326
Hunter Lab39.307180.1835-75.4636
CIE-Lab46.245182.4286-63.8618

#b901db color RGB value is (185,1,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000001 11011011
Octal 271 1 333
Decimal 185 1 219
Hex B9 1 DB

RGB Percentages of Color #b901db

%45.68
%0.25
%54.07

CMYK Percentages of Color #b901db

%16
%100
%0
%14

Triadic Colors of #b901db

#b901db #dbb901 #01dbb9

Analogous Colors of #b901db

#b901db #db0190 #4c01db

Monochromatic Colors of #b901db

#b901db

Complementary Color

#b901db #23db01

#b901db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b901db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b901db Color CSS Codes

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

#b901db Text Font Color

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

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


#b901db Background Color

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

This div background color is #b901db


#b901db Border Color

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

This div border color is #b901db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b901db


Comments

No comments written yet.

Please login to write comment.