Color Hex Logo

#b914fb Color Hex

#B914FB
(185,20,251)
0 Favorites   0 Comments

Color spaces of #b914fb

RGB 18520251
HSL0.790.970.53
HSV283°92°98°
CMYK 0.260.920.00   0.02
XYZ37.670317.779692.7132
Yxy17.77960.25420.1200
Hunter Lab42.165985.6788-100.8492
CIE-Lab49.227786.1202-77.1030

#b914fb color RGB value is (185,20,251).

#b914fb hex color red value is 185, green value is 20 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b914fb hue: 0.79 , saturation: 0.97 and the lightness value of b914fb is 0.53.

The process color (four color CMYK) of #b914fb color hex is 0.26, 0.92, 0.00, 0.02. Web safe color of #b914fb is #cc00ff. Color #b914fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010100 11111011
Octal 271 24 373
Decimal 185 20 251
Hex B9 14 FB

RGB Percentages of Color #b914fb

%40.57
%4.39
%55.04

CMYK Percentages of Color #b914fb

%26
%92
%0
%2

Triadic Colors of #b914fb

#b914fb #fbb914 #14fbb9

Analogous Colors of #b914fb

#b914fb #fb14ca #4614fb

Monochromatic Colors of #b914fb

#b914fb

Complementary Color

#b914fb #56fb14

#b914fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b914fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b914fb Color CSS Codes

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

#b914fb Text Font Color

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

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


#b914fb Background Color

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

This div background color is #b914fb


#b914fb Border Color

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

This div border color is #b914fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b914fb


Comments

No comments written yet.

Please login to write comment.