Color Hex Logo

#b16dfe Color Hex

#B16DFE
(177,109,254)
0 Favorites   0 Comments

Color spaces of #b16dfe

RGB 177109254
HSL0.740.990.71
HSV268°57°100°
CMYK 0.300.570.00   0.00
XYZ41.489527.440196.8757
Yxy27.44010.25020.1655
Hunter Lab52.383349.7078-72.9804
CIE-Lab59.379554.3771-62.3954

#b16dfe color RGB value is (177,109,254).

#b16dfe hex color red value is 177, green value is 109 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b16dfe hue: 0.74 , saturation: 0.99 and the lightness value of b16dfe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101101 11111110
Octal 261 155 376
Decimal 177 109 254
Hex B1 6D FE

RGB Percentages of Color #b16dfe

%32.78
%20.19
%47.04

CMYK Percentages of Color #b16dfe

%30
%57
%0
%0

Triadic Colors of #b16dfe

#b16dfe #feb16d #6dfeb1

Analogous Colors of #b16dfe

#b16dfe #fa6dfe #6d72fe

Monochromatic Colors of #b16dfe

#b16dfe

Complementary Color

#b16dfe #bafe6d

#b16dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16dfe Color CSS Codes

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

#b16dfe Text Font Color

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

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


#b16dfe Background Color

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

This div background color is #b16dfe


#b16dfe Border Color

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

This div border color is #b16dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.