Color Hex Logo

#b871fa Color Hex

#B871FA
(184,113,250)
0 Favorites   0 Comments

Color spaces of #b871fa

RGB 184113250
HSL0.750.930.71
HSV271°55°98°
CMYK 0.260.550.00   0.02
XYZ42.927628.902793.7587
Yxy28.90270.25920.1745
Hunter Lab53.761248.4476-65.7679
CIE-Lab60.695753.0366-58.0406

#b871fa color RGB value is (184,113,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110001 11111010
Octal 270 161 372
Decimal 184 113 250
Hex B8 71 FA

RGB Percentages of Color #b871fa

%33.64
%20.66
%45.70

CMYK Percentages of Color #b871fa

%26
%55
%0
%2

Triadic Colors of #b871fa

#b871fa #fab871 #71fab8

Analogous Colors of #b871fa

#b871fa #fa71f8 #7471fa

Monochromatic Colors of #b871fa

#b871fa

Complementary Color

#b871fa #b3fa71

#b871fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b871fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b871fa Color CSS Codes

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

#b871fa Text Font Color

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

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


#b871fa Background Color

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

This div background color is #b871fa


#b871fa Border Color

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

This div border color is #b871fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b871fa

Related Colors


Comments

No comments written yet.

Please login to write comment.