Color Hex Logo

#b876fe Color Hex

#B876FE
(184,118,254)
0 Favorites   0 Comments

Color spaces of #b876fe

RGB 184118254
HSL0.750.990.73
HSV269°54°100°
CMYK 0.280.540.00   0.00
XYZ44.135030.303097.2888
Yxy30.30300.25700.1765
Hunter Lab55.048246.7785-66.2519
CIE-Lab61.914851.3452-58.2973

#b876fe color RGB value is (184,118,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110110 11111110
Octal 270 166 376
Decimal 184 118 254
Hex B8 76 FE

RGB Percentages of Color #b876fe

%33.09
%21.22
%45.68

CMYK Percentages of Color #b876fe

%28
%54
%0
%0

Triadic Colors of #b876fe

#b876fe #feb876 #76feb8

Analogous Colors of #b876fe

#b876fe #fc76fe #7678fe

Monochromatic Colors of #b876fe

#b876fe

Complementary Color

#b876fe #bcfe76

#b876fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b876fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b876fe Color CSS Codes

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

#b876fe Text Font Color

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

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


#b876fe Background Color

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

This div background color is #b876fe


#b876fe Border Color

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

This div border color is #b876fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b876fe


Comments

No comments written yet.

Please login to write comment.