Color Hex Logo

#f151eb Color Hex

#F151EB
(241,81,235)
0 Favorites   0 Comments

Color spaces of #f151eb

RGB 24181235
HSL0.840.850.63
HSV302°66°95°
CMYK 0.000.660.02   0.05
XYZ54.213530.583881.6432
Yxy30.58380.32570.1838
Hunter Lab55.302678.2051-48.8179
CIE-Lab62.154777.7871-46.9484

#f151eb color RGB value is (241,81,235).

#f151eb hex color red value is 241, green value is 81 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f151eb hue: 0.84 , saturation: 0.85 and the lightness value of f151eb is 0.63.

The process color (four color CMYK) of #f151eb color hex is 0.00, 0.66, 0.02, 0.05. Web safe color of #f151eb is #ff66ff. Color #f151eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010001 11101011
Octal 361 121 353
Decimal 241 81 235
Hex F1 51 EB

RGB Percentages of Color #f151eb

%43.27
%14.54
%42.19

CMYK Percentages of Color #f151eb

%0
%66
%2
%5

Triadic Colors of #f151eb

#f151eb #ebf151 #51ebf1

Analogous Colors of #f151eb

#f151eb #f1519b #a751f1

Monochromatic Colors of #f151eb

#f151eb

Complementary Color

#f151eb #51f157

#f151eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f151eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f151eb Color CSS Codes

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

#f151eb Text Font Color

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

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


#f151eb Background Color

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

This div background color is #f151eb


#f151eb Border Color

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

This div border color is #f151eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f151eb


Comments

No comments written yet.

Please login to write comment.