Color Hex Logo

#b879fd Color Hex

#B879FD
(184,121,253)
0 Favorites   0 Comments

Color spaces of #b879fd

RGB 184121253
HSL0.750.970.73
HSV269°52°99°
CMYK 0.270.520.00   0.01
XYZ44.334230.956996.5671
Yxy30.95690.25800.1801
Hunter Lab55.638944.8642-63.9567
CIE-Lab62.471249.5283-56.8604

#b879fd color RGB value is (184,121,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111001 11111101
Octal 270 171 375
Decimal 184 121 253
Hex B8 79 FD

RGB Percentages of Color #b879fd

%32.97
%21.68
%45.34

CMYK Percentages of Color #b879fd

%27
%52
%0
%1

Triadic Colors of #b879fd

#b879fd #fdb879 #79fdb8

Analogous Colors of #b879fd

#b879fd #fa79fd #797cfd

Monochromatic Colors of #b879fd

#b879fd

Complementary Color

#b879fd #befd79

#b879fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b879fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b879fd Color CSS Codes

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

#b879fd Text Font Color

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

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


#b879fd Background Color

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

This div background color is #b879fd


#b879fd Border Color

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

This div border color is #b879fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,121,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b879fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b879fd


Comments

No comments written yet.

Please login to write comment.