Color Hex Logo

#b16bfd Color Hex

#B16BFD
(177,107,253)
0 Favorites   0 Comments

Color spaces of #b16bfd

RGB 177107253
HSL0.750.970.71
HSV269°58°99°
CMYK 0.300.580.00   0.01
XYZ41.118826.954495.9640
Yxy26.95440.25070.1643
Hunter Lab51.917650.5163-73.2487
CIE-Lab58.932155.1726-62.5615

#b16bfd color RGB value is (177,107,253).

#b16bfd hex color red value is 177, green value is 107 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b16bfd hue: 0.75 , saturation: 0.97 and the lightness value of b16bfd is 0.71.

The process color (four color CMYK) of #b16bfd color hex is 0.30, 0.58, 0.00, 0.01. Web safe color of #b16bfd is #9966ff. Color #b16bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101011 11111101
Octal 261 153 375
Decimal 177 107 253
Hex B1 6B FD

RGB Percentages of Color #b16bfd

%32.96
%19.93
%47.11

CMYK Percentages of Color #b16bfd

%30
%58
%0
%1

Triadic Colors of #b16bfd

#b16bfd #fdb16b #6bfdb1

Analogous Colors of #b16bfd

#b16bfd #fa6bfd #6b6efd

Monochromatic Colors of #b16bfd

#b16bfd

Complementary Color

#b16bfd #b7fd6b

#b16bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16bfd Color CSS Codes

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

#b16bfd Text Font Color

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

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


#b16bfd Background Color

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

This div background color is #b16bfd


#b16bfd Border Color

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

This div border color is #b16bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16bfd


Comments

No comments written yet.

Please login to write comment.