Color Hex Logo

#b94efb Color Hex

#B94EFB
(185,78,251)
0 Favorites   0 Comments

Color spaces of #b94efb

RGB 18578251
HSL0.770.960.65
HSV277°69°98°
CMYK 0.260.690.00   0.02
XYZ40.144622.728193.5379
Yxy22.72810.25670.1453
Hunter Lab47.674066.8791-82.9571
CIE-Lab54.791270.0110-68.0713

#b94efb color RGB value is (185,78,251).

#b94efb hex color red value is 185, green value is 78 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b94efb hue: 0.77 , saturation: 0.96 and the lightness value of b94efb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001110 11111011
Octal 271 116 373
Decimal 185 78 251
Hex B9 4E FB

RGB Percentages of Color #b94efb

%35.99
%15.18
%48.83

CMYK Percentages of Color #b94efb

%26
%69
%0
%2

Triadic Colors of #b94efb

#b94efb #fbb94e #4efbb9

Analogous Colors of #b94efb

#b94efb #fb4ee7 #624efb

Monochromatic Colors of #b94efb

#b94efb

Complementary Color

#b94efb #90fb4e

#b94efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94efb Color CSS Codes

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

#b94efb Text Font Color

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

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


#b94efb Background Color

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

This div background color is #b94efb


#b94efb Border Color

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

This div border color is #b94efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94efb


Comments

No comments written yet.

Please login to write comment.