Color Hex Logo

#b94bfe Color Hex

#B94BFE
(185,75,254)
0 Favorites   0 Comments

Color spaces of #b94bfe

RGB 18575254
HSL0.770.990.65
HSV277°70°100°
CMYK 0.270.700.00   0.00
XYZ40.413122.502295.9793
Yxy22.50220.25430.1416
Hunter Lab47.436569.0577-86.7572
CIE-Lab54.555871.8599-70.1169

#b94bfe color RGB value is (185,75,254).

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

The process color (four color CMYK) of #b94bfe color hex is 0.27, 0.70, 0.00, 0.00. Web safe color of #b94bfe is #cc33ff. Color #b94bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001011 11111110
Octal 271 113 376
Decimal 185 75 254
Hex B9 4B FE

RGB Percentages of Color #b94bfe

%35.99
%14.59
%49.42

CMYK Percentages of Color #b94bfe

%27
%70
%0
%0

Triadic Colors of #b94bfe

#b94bfe #feb94b #4bfeb9

Analogous Colors of #b94bfe

#b94bfe #fe4bea #5f4bfe

Monochromatic Colors of #b94bfe

#b94bfe

Complementary Color

#b94bfe #90fe4b

#b94bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94bfe Color CSS Codes

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

#b94bfe Text Font Color

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

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


#b94bfe Background Color

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

This div background color is #b94bfe


#b94bfe Border Color

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

This div border color is #b94bfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,75,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.