Color Hex Logo

#b940fb Color Hex

#B940FB
(185,64,251)
0 Favorites   0 Comments

Color spaces of #b940fb

RGB 18564251
HSL0.770.960.62
HSV279°75°98°
CMYK 0.260.750.00   0.02
XYZ39.253620.946193.2409
Yxy20.94610.25580.1365
Hunter Lab45.766973.0047-88.7546
CIE-Lab52.890575.4075-71.1469

#b940fb color RGB value is (185,64,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000000 11111011
Octal 271 100 373
Decimal 185 64 251
Hex B9 40 FB

RGB Percentages of Color #b940fb

%37.00
%12.80
%50.20

CMYK Percentages of Color #b940fb

%26
%75
%0
%2

Triadic Colors of #b940fb

#b940fb #fbb940 #40fbb9

Analogous Colors of #b940fb

#b940fb #fb40e0 #5c40fb

Monochromatic Colors of #b940fb

#b940fb

Complementary Color

#b940fb #82fb40

#b940fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b940fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b940fb Color CSS Codes

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

#b940fb Text Font Color

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

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


#b940fb Background Color

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

This div background color is #b940fb


#b940fb Border Color

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

This div border color is #b940fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b940fb


Comments

No comments written yet.

Please login to write comment.