Color Hex Logo

#b854fa Color Hex

#B854FA
(184,84,250)
0 Favorites   0 Comments

Color spaces of #b854fa

RGB 18484250
HSL0.770.940.65
HSV276°66°98°
CMYK 0.260.660.00   0.02
XYZ40.192823.433192.8471
Yxy23.43310.25690.1498
Hunter Lab48.407763.4944-79.8341
CIE-Lab55.515767.0382-66.3529

#b854fa color RGB value is (184,84,250).

#b854fa hex color red value is 184, green value is 84 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b854fa hue: 0.77 , saturation: 0.94 and the lightness value of b854fa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010100 11111010
Octal 270 124 372
Decimal 184 84 250
Hex B8 54 FA

RGB Percentages of Color #b854fa

%35.52
%16.22
%48.26

CMYK Percentages of Color #b854fa

%26
%66
%0
%2

Triadic Colors of #b854fa

#b854fa #fab854 #54fab8

Analogous Colors of #b854fa

#b854fa #fa54e9 #6554fa

Monochromatic Colors of #b854fa

#b854fa

Complementary Color

#b854fa #96fa54

#b854fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b854fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b854fa Color CSS Codes

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

#b854fa Text Font Color

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

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


#b854fa Background Color

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

This div background color is #b854fa


#b854fa Border Color

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

This div border color is #b854fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b854fa

Related Colors


Comments

No comments written yet.

Please login to write comment.