Color Hex Logo

#b16fec Color Hex

#B16FEC
(177,111,236)
0 Favorites   0 Comments

Color spaces of #b16fec

RGB 177111236
HSL0.750.770.68
HSV272°53°93°
CMYK 0.250.530.00   0.07
XYZ38.956226.772182.4712
Yxy26.77210.26290.1806
Hunter Lab51.741843.8440-58.2831
CIE-Lab58.762849.1530-53.4088

#b16fec color RGB value is (177,111,236).

#b16fec hex color red value is 177, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b16fec hue: 0.75 , saturation: 0.77 and the lightness value of b16fec is 0.68.

The process color (four color CMYK) of #b16fec color hex is 0.25, 0.53, 0.00, 0.07. Web safe color of #b16fec is #9966ff. Color #b16fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101111 11101100
Octal 261 157 354
Decimal 177 111 236
Hex B1 6F EC

RGB Percentages of Color #b16fec

%33.78
%21.18
%45.04

CMYK Percentages of Color #b16fec

%25
%53
%0
%7

Triadic Colors of #b16fec

#b16fec #ecb16f #6fecb1

Analogous Colors of #b16fec

#b16fec #ec6fe9 #736fec

Monochromatic Colors of #b16fec

#b16fec

Complementary Color

#b16fec #aaec6f

#b16fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16fec Color CSS Codes

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

#b16fec Text Font Color

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

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


#b16fec Background Color

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

This div background color is #b16fec


#b16fec Border Color

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

This div border color is #b16fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16fec


Comments

No comments written yet.

Please login to write comment.