Color Hex Logo

#b871fb Color Hex

#B871FB
(184,113,251)
0 Favorites   0 Comments

Color spaces of #b871fb

RGB 184113251
HSL0.750.950.71
HSV271°55°98°
CMYK 0.270.550.00   0.02
XYZ43.084928.965694.5869
Yxy28.96560.25860.1738
Hunter Lab53.819748.7122-66.5270
CIE-Lab60.751353.2649-58.5033

#b871fb color RGB value is (184,113,251).

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

The process color (four color CMYK) of #b871fb color hex is 0.27, 0.55, 0.00, 0.02. Web safe color of #b871fb is #cc66ff. Color #b871fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110001 11111011
Octal 270 161 373
Decimal 184 113 251
Hex B8 71 FB

RGB Percentages of Color #b871fb

%33.58
%20.62
%45.80

CMYK Percentages of Color #b871fb

%27
%55
%0
%2

Triadic Colors of #b871fb

#b871fb #fbb871 #71fbb8

Analogous Colors of #b871fb

#b871fb #fb71f9 #7371fb

Monochromatic Colors of #b871fb

#b871fb

Complementary Color

#b871fb #b4fb71

#b871fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b871fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b871fb Color CSS Codes

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

#b871fb Text Font Color

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

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


#b871fb Background Color

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

This div background color is #b871fb


#b871fb Border Color

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

This div border color is #b871fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b871fb


Comments

No comments written yet.

Please login to write comment.