Color Hex Logo

#f150fb Color Hex

#F150FB
(241,80,251)
0 Favorites   0 Comments

Color spaces of #f150fb

RGB 24180251
HSL0.820.960.65
HSV296°68°98°
CMYK 0.040.680.00   0.02
XYZ56.556931.403194.3473
Yxy31.40310.31020.1723
Hunter Lab56.038582.0840-60.5947
CIE-Lab62.846580.6960-54.7296

#f150fb color RGB value is (241,80,251).

#f150fb hex color red value is 241, green value is 80 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f150fb hue: 0.82 , saturation: 0.96 and the lightness value of f150fb is 0.65.

The process color (four color CMYK) of #f150fb color hex is 0.04, 0.68, 0.00, 0.02. Web safe color of #f150fb is #ff66ff. Color #f150fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010000 11111011
Octal 361 120 373
Decimal 241 80 251
Hex F1 50 FB

RGB Percentages of Color #f150fb

%42.13
%13.99
%43.88

CMYK Percentages of Color #f150fb

%4
%68
%0
%2

Triadic Colors of #f150fb

#f150fb #fbf150 #50fbf1

Analogous Colors of #f150fb

#f150fb #fb50b0 #9c50fb

Monochromatic Colors of #f150fb

#f150fb

Complementary Color

#f150fb #5afb50

#f150fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f150fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f150fb Color CSS Codes

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

#f150fb Text Font Color

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

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


#f150fb Background Color

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

This div background color is #f150fb


#f150fb Border Color

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

This div border color is #f150fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f150fb


Comments

No comments written yet.

Please login to write comment.