Color Hex Logo

#b940fe Color Hex

#B940FE
(185,64,254)
0 Favorites   0 Comments

Color spaces of #b940fe

RGB 18564254
HSL0.770.990.62
HSV278°75°100°
CMYK 0.270.750.00   0.00
XYZ39.730421.136895.7517
Yxy21.13680.25370.1350
Hunter Lab45.974873.8000-91.3010
CIE-Lab53.098976.0106-72.4772

#b940fe color RGB value is (185,64,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000000 11111110
Octal 271 100 376
Decimal 185 64 254
Hex B9 40 FE

RGB Percentages of Color #b940fe

%36.78
%12.72
%50.50

CMYK Percentages of Color #b940fe

%27
%75
%0
%0

Triadic Colors of #b940fe

#b940fe #feb940 #40feb9

Analogous Colors of #b940fe

#b940fe #fe40e4 #5a40fe

Monochromatic Colors of #b940fe

#b940fe

Complementary Color

#b940fe #85fe40

#b940fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b940fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b940fe Color CSS Codes

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

#b940fe Text Font Color

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

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


#b940fe Background Color

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

This div background color is #b940fe


#b940fe Border Color

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

This div border color is #b940fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b940fe

Related Colors


Comments

No comments written yet.

Please login to write comment.