Color Hex Logo

#b046fb Color Hex

#B046FB
(176,70,251)
0 Favorites   0 Comments

Color spaces of #b046fb

RGB 17670251
HSL0.760.960.63
HSV275°72°98°
CMYK 0.300.720.00   0.02
XYZ37.507220.575593.2614
Yxy20.57550.24780.1360
Hunter Lab45.360268.2167-90.1491
CIE-Lab52.481771.5633-71.8655

#b046fb color RGB value is (176,70,251).

#b046fb hex color red value is 176, green value is 70 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b046fb hue: 0.76 , saturation: 0.96 and the lightness value of b046fb is 0.63.

The process color (four color CMYK) of #b046fb color hex is 0.30, 0.72, 0.00, 0.02. Web safe color of #b046fb is #9933ff. Color #b046fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000110 11111011
Octal 260 106 373
Decimal 176 70 251
Hex B0 46 FB

RGB Percentages of Color #b046fb

%35.41
%14.08
%50.50

CMYK Percentages of Color #b046fb

%30
%72
%0
%2

Triadic Colors of #b046fb

#b046fb #fbb046 #46fbb0

Analogous Colors of #b046fb

#b046fb #fb46ec #5546fb

Monochromatic Colors of #b046fb

#b046fb

Complementary Color

#b046fb #91fb46

#b046fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b046fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b046fb Color CSS Codes

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

#b046fb Text Font Color

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

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


#b046fb Background Color

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

This div background color is #b046fb


#b046fb Border Color

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

This div border color is #b046fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,70,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b046fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b046fb;
  -webkit-box-shadow: 1px 1px 3px 2px #b046fb;
  box-shadow:         1px 1px 3px 2px #b046fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,70,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b046fb


Comments

No comments written yet.

Please login to write comment.