Color Hex Logo

#b871fe Color Hex

#B871FE
(184,113,254)
0 Favorites   0 Comments

Color spaces of #b871fe

RGB 184113254
HSL0.750.990.72
HSV270°56°100°
CMYK 0.280.560.00   0.00
XYZ43.561729.156497.0977
Yxy29.15640.25650.1717
Hunter Lab53.996749.5103-68.8186
CIE-Lab60.919453.9518-59.8872

#b871fe color RGB value is (184,113,254).

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

The process color (four color CMYK) of #b871fe color hex is 0.28, 0.56, 0.00, 0.00. Web safe color of #b871fe is #cc66ff. Color #b871fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110001 11111110
Octal 270 161 376
Decimal 184 113 254
Hex B8 71 FE

RGB Percentages of Color #b871fe

%33.39
%20.51
%46.10

CMYK Percentages of Color #b871fe

%28
%56
%0
%0

Triadic Colors of #b871fe

#b871fe #feb871 #71feb8

Analogous Colors of #b871fe

#b871fe #fe71fe #7271fe

Monochromatic Colors of #b871fe

#b871fe

Complementary Color

#b871fe #b7fe71

#b871fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b871fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b871fe Color CSS Codes

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

#b871fe Text Font Color

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

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


#b871fe Background Color

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

This div background color is #b871fe


#b871fe Border Color

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

This div border color is #b871fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b871fe


Comments

No comments written yet.

Please login to write comment.