Color Hex Logo

#b11fdb Color Hex

#B11FDB
(177,31,219)
0 Favorites   0 Comments

Color spaces of #b11fdb

RGB 17731219
HSL0.800.750.49
HSV287°86°86°
CMYK 0.190.860.00   0.14
XYZ31.407615.441668.3430
Yxy15.44160.27270.1341
Hunter Lab39.295873.9004-75.6097
CIE-Lab46.233277.4291-63.9425

#b11fdb color RGB value is (177,31,219).

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

The process color (four color CMYK) of #b11fdb color hex is 0.19, 0.86, 0.00, 0.14. Web safe color of #b11fdb is #9933cc. Color #b11fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011111 11011011
Octal 261 37 333
Decimal 177 31 219
Hex B1 1F DB

RGB Percentages of Color #b11fdb

%41.45
%7.26
%51.29

CMYK Percentages of Color #b11fdb

%19
%86
%0
%14

Triadic Colors of #b11fdb

#b11fdb #dbb11f #1fdbb1

Analogous Colors of #b11fdb

#b11fdb #db1fa7 #531fdb

Monochromatic Colors of #b11fdb

#b11fdb

Complementary Color

#b11fdb #49db1f

#b11fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11fdb Color CSS Codes

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

#b11fdb Text Font Color

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

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


#b11fdb Background Color

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

This div background color is #b11fdb


#b11fdb Border Color

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

This div border color is #b11fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11fdb


Comments

No comments written yet.

Please login to write comment.