Color Hex Logo

#b111ef Color Hex

#B111EF
(177,17,239)
0 Favorites   0 Comments

Color spaces of #b111ef

RGB 17717239
HSL0.790.870.50
HSV283°93°94°
CMYK 0.260.930.00   0.06
XYZ33.911915.980082.9584
Yxy15.98000.25530.1203
Hunter Lab39.975081.4703-95.0595
CIE-Lab46.948283.3007-74.1370

#b111ef color RGB value is (177,17,239).

#b111ef hex color red value is 177, green value is 17 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b111ef hue: 0.79 , saturation: 0.87 and the lightness value of b111ef is 0.50.

The process color (four color CMYK) of #b111ef color hex is 0.26, 0.93, 0.00, 0.06. Web safe color of #b111ef is #9900ff. Color #b111ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010001 11101111
Octal 261 21 357
Decimal 177 17 239
Hex B1 11 EF

RGB Percentages of Color #b111ef

%40.88
%3.93
%55.20

CMYK Percentages of Color #b111ef

%26
%93
%0
%6

Triadic Colors of #b111ef

#b111ef #efb111 #11efb1

Analogous Colors of #b111ef

#b111ef #ef11be #4211ef

Monochromatic Colors of #b111ef

#b111ef

Complementary Color

#b111ef #4fef11

#b111ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b111ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b111ef Color CSS Codes

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

#b111ef Text Font Color

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

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


#b111ef Background Color

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

This div background color is #b111ef


#b111ef Border Color

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

This div border color is #b111ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b111ef


Comments

No comments written yet.

Please login to write comment.