Color Hex Logo

#b116ef Color Hex

#B116EF
(177,22,239)
0 Favorites   0 Comments

Color spaces of #b116ef

RGB 17722239
HSL0.790.870.51
HSV283°91°94°
CMYK 0.260.910.00   0.06
XYZ33.998416.152982.9873
Yxy16.15290.25540.1213
Hunter Lab40.190780.6644-94.2909
CIE-Lab47.174582.6269-73.7681

#b116ef color RGB value is (177,22,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010110 11101111
Octal 261 26 357
Decimal 177 22 239
Hex B1 16 EF

RGB Percentages of Color #b116ef

%40.41
%5.02
%54.57

CMYK Percentages of Color #b116ef

%26
%91
%0
%6

Triadic Colors of #b116ef

#b116ef #efb116 #16efb1

Analogous Colors of #b116ef

#b116ef #ef16c1 #4416ef

Monochromatic Colors of #b116ef

#b116ef

Complementary Color

#b116ef #54ef16

#b116ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b116ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b116ef Color CSS Codes

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

#b116ef Text Font Color

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

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


#b116ef Background Color

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

This div background color is #b116ef


#b116ef Border Color

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

This div border color is #b116ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b116ef


Comments

No comments written yet.

Please login to write comment.