Color Hex Logo

#b151fb Color Hex

#B151FB
(177,81,251)
0 Favorites   0 Comments

Color spaces of #b151fb

RGB 17781251
HSL0.760.960.65
HSV274°68°98°
CMYK 0.290.680.00   0.02
XYZ38.486522.197093.5228
Yxy22.19700.24960.1439
Hunter Lab47.113763.3651-84.7137
CIE-Lab54.235467.1689-69.0192

#b151fb color RGB value is (177,81,251).

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

The process color (four color CMYK) of #b151fb color hex is 0.29, 0.68, 0.00, 0.02. Web safe color of #b151fb is #9966ff. Color #b151fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010001 11111011
Octal 261 121 373
Decimal 177 81 251
Hex B1 51 FB

RGB Percentages of Color #b151fb

%34.77
%15.91
%49.31

CMYK Percentages of Color #b151fb

%29
%68
%0
%2

Triadic Colors of #b151fb

#b151fb #fbb151 #51fbb1

Analogous Colors of #b151fb

#b151fb #fb51f0 #5c51fb

Monochromatic Colors of #b151fb

#b151fb

Complementary Color

#b151fb #9bfb51

#b151fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b151fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b151fb Color CSS Codes

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

#b151fb Text Font Color

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

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


#b151fb Background Color

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

This div background color is #b151fb


#b151fb Border Color

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

This div border color is #b151fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b151fb


Comments

No comments written yet.

Please login to write comment.