Color Hex Logo

#b879fb Color Hex

#B879FB
(184,121,251)
0 Favorites   0 Comments

Color spaces of #b879fb

RGB 184121251
HSL0.750.940.73
HSV269°52°98°
CMYK 0.270.520.00   0.02
XYZ44.017130.830194.8976
Yxy30.83010.25930.1816
Hunter Lab55.524944.3366-62.4652
CIE-Lab62.363949.0640-55.9315

#b879fb color RGB value is (184,121,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111001 11111011
Octal 270 171 373
Decimal 184 121 251
Hex B8 79 FB

RGB Percentages of Color #b879fb

%33.09
%21.76
%45.14

CMYK Percentages of Color #b879fb

%27
%52
%0
%2

Triadic Colors of #b879fb

#b879fb #fbb879 #79fbb8

Analogous Colors of #b879fb

#b879fb #f979fb #797bfb

Monochromatic Colors of #b879fb

#b879fb

Complementary Color

#b879fb #bcfb79

#b879fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b879fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b879fb Color CSS Codes

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

#b879fb Text Font Color

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

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


#b879fb Background Color

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

This div background color is #b879fb


#b879fb Border Color

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

This div border color is #b879fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b879fb


Comments

No comments written yet.

Please login to write comment.