Color Hex Logo

#b171fb Color Hex

#B171FB
(177,113,251)
0 Favorites   0 Comments

Color spaces of #b171fb

RGB 177113251
HSL0.740.950.71
HSV268°55°98°
CMYK 0.290.550.00   0.02
XYZ41.449228.122494.5103
Yxy28.12240.25260.1714
Hunter Lab53.030646.7139-68.5444
CIE-Lab59.999251.5833-59.7485

#b171fb color RGB value is (177,113,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110001 11111011
Octal 261 161 373
Decimal 177 113 251
Hex B1 71 FB

RGB Percentages of Color #b171fb

%32.72
%20.89
%46.40

CMYK Percentages of Color #b171fb

%29
%55
%0
%2

Triadic Colors of #b171fb

#b171fb #fbb171 #71fbb1

Analogous Colors of #b171fb

#b171fb #f671fb #7176fb

Monochromatic Colors of #b171fb

#b171fb

Complementary Color

#b171fb #bbfb71

#b171fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b171fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b171fb Color CSS Codes

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

#b171fb Text Font Color

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

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


#b171fb Background Color

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

This div background color is #b171fb


#b171fb Border Color

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

This div border color is #b171fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b171fb

Related Colors


Comments

No comments written yet.

Please login to write comment.