Color Hex Logo

#f151fd Color Hex

#F151FD
(241,81,253)
0 Favorites   0 Comments

Color spaces of #f151fd

RGB 24181253
HSL0.820.980.65
HSV296°68°99°
CMYK 0.050.680.00   0.01
XYZ56.947731.677596.0414
Yxy31.67750.30840.1715
Hunter Lab56.282882.1140-61.7750
CIE-Lab63.075480.6754-55.4693

#f151fd color RGB value is (241,81,253).

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

The process color (four color CMYK) of #f151fd color hex is 0.05, 0.68, 0.00, 0.01. Web safe color of #f151fd is #ff66ff. Color #f151fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010001 11111101
Octal 361 121 375
Decimal 241 81 253
Hex F1 51 FD

RGB Percentages of Color #f151fd

%41.91
%14.09
%44.00

CMYK Percentages of Color #f151fd

%5
%68
%0
%1

Triadic Colors of #f151fd

#f151fd #fdf151 #51fdf1

Analogous Colors of #f151fd

#f151fd #fd51b3 #9b51fd

Monochromatic Colors of #f151fd

#f151fd

Complementary Color

#f151fd #5dfd51

#f151fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f151fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f151fd Color CSS Codes

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

#f151fd Text Font Color

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

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


#f151fd Background Color

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

This div background color is #f151fd


#f151fd Border Color

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

This div border color is #f151fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,81,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f151fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f151fd


Comments

No comments written yet.

Please login to write comment.