Color Hex Logo

#f13bfb Color Hex

#F13BFB
(241,59,251)
0 Favorites   0 Comments

Color spaces of #f13bfb

RGB 24159251
HSL0.820.960.61
HSV297°76°98°
CMYK 0.040.760.00   0.02
XYZ55.252228.793793.9124
Yxy28.79370.31050.1618
Hunter Lab53.659889.8927-66.2043
CIE-Lab60.599187.1237-58.3109

#f13bfb color RGB value is (241,59,251).

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

The process color (four color CMYK) of #f13bfb color hex is 0.04, 0.76, 0.00, 0.02. Web safe color of #f13bfb is #ff33ff. Color #f13bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111011 11111011
Octal 361 73 373
Decimal 241 59 251
Hex F1 3B FB

RGB Percentages of Color #f13bfb

%43.74
%10.71
%45.55

CMYK Percentages of Color #f13bfb

%4
%76
%0
%2

Triadic Colors of #f13bfb

#f13bfb #fbf13b #3bfbf1

Analogous Colors of #f13bfb

#f13bfb #fb3ba5 #913bfb

Monochromatic Colors of #f13bfb

#f13bfb

Complementary Color

#f13bfb #45fb3b

#f13bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13bfb Color CSS Codes

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

#f13bfb Text Font Color

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

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


#f13bfb Background Color

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

This div background color is #f13bfb


#f13bfb Border Color

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

This div border color is #f13bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13bfb


Comments

No comments written yet.

Please login to write comment.