Color Hex Logo

#b111f9 Color Hex

#B111F9
(177,17,249)
0 Favorites   0 Comments

Color spaces of #b111f9

RGB 17717249
HSL0.780.950.52
HSV281°93°98°
CMYK 0.290.930.00   0.02
XYZ35.430816.587690.9568
Yxy16.58760.24780.1160
Hunter Lab40.727984.0105-103.9017
CIE-Lab47.736285.1219-78.4699

#b111f9 color RGB value is (177,17,249).

#b111f9 hex color red value is 177, green value is 17 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #b111f9 hue: 0.78 , saturation: 0.95 and the lightness value of b111f9 is 0.52.

The process color (four color CMYK) of #b111f9 color hex is 0.29, 0.93, 0.00, 0.02. Web safe color of #b111f9 is #9900ff. Color #b111f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010001 11111001
Octal 261 21 371
Decimal 177 17 249
Hex B1 11 F9

RGB Percentages of Color #b111f9

%39.95
%3.84
%56.21

CMYK Percentages of Color #b111f9

%29
%93
%0
%2

Triadic Colors of #b111f9

#b111f9 #f9b111 #11f9b1

Analogous Colors of #b111f9

#b111f9 #f911cd #3d11f9

Monochromatic Colors of #b111f9

#b111f9

Complementary Color

#b111f9 #59f911

#b111f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b111f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b111f9 Color CSS Codes

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

#b111f9 Text Font Color

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

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


#b111f9 Background Color

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

This div background color is #b111f9


#b111f9 Border Color

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

This div border color is #b111f9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,17,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b111f9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b111f9


Comments

No comments written yet.

Please login to write comment.