Color Hex Logo

#b94dfe Color Hex

#B94DFE
(185,77,254)
0 Favorites   0 Comments

Color spaces of #b94dfe

RGB 18577254
HSL0.770.990.65
HSV277°70°100°
CMYK 0.270.700.00   0.00
XYZ40.550922.777896.0252
Yxy22.77780.25450.1429
Hunter Lab47.726168.1434-85.8836
CIE-Lab54.842771.0502-69.6529

#b94dfe color RGB value is (185,77,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001101 11111110
Octal 271 115 376
Decimal 185 77 254
Hex B9 4D FE

RGB Percentages of Color #b94dfe

%35.85
%14.92
%49.22

CMYK Percentages of Color #b94dfe

%27
%70
%0
%0

Triadic Colors of #b94dfe

#b94dfe #feb94d #4dfeb9

Analogous Colors of #b94dfe

#b94dfe #fe4deb #604dfe

Monochromatic Colors of #b94dfe

#b94dfe

Complementary Color

#b94dfe #92fe4d

#b94dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94dfe Color CSS Codes

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

#b94dfe Text Font Color

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

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


#b94dfe Background Color

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

This div background color is #b94dfe


#b94dfe Border Color

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

This div border color is #b94dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94dfe


Comments

No comments written yet.

Please login to write comment.