Color Hex Logo

#b94cfe Color Hex

#B94CFE
(185,76,254)
0 Favorites   0 Comments

Color spaces of #b94cfe

RGB 18576254
HSL0.770.990.65
HSV277°70°100°
CMYK 0.270.700.00   0.00
XYZ40.481422.638996.0021
Yxy22.63890.25440.1423
Hunter Lab47.580468.6023-86.3222
CIE-Lab54.698471.4569-69.8863

#b94cfe color RGB value is (185,76,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001100 11111110
Octal 271 114 376
Decimal 185 76 254
Hex B9 4C FE

RGB Percentages of Color #b94cfe

%35.92
%14.76
%49.32

CMYK Percentages of Color #b94cfe

%27
%70
%0
%0

Triadic Colors of #b94cfe

#b94cfe #feb94c #4cfeb9

Analogous Colors of #b94cfe

#b94cfe #fe4cea #604cfe

Monochromatic Colors of #b94cfe

#b94cfe

Complementary Color

#b94cfe #91fe4c

#b94cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94cfe Color CSS Codes

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

#b94cfe Text Font Color

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

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


#b94cfe Background Color

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

This div background color is #b94cfe


#b94cfe Border Color

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

This div border color is #b94cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.