Color Hex Logo

#f015fb Color Hex

#F015FB
(240,21,251)
0 Favorites   0 Comments

Color spaces of #f015fb

RGB 24021251
HSL0.830.970.53
HSV297°92°98°
CMYK 0.040.920.00   0.02
XYZ53.615926.026693.4646
Yxy26.02660.30970.1503
Hunter Lab51.016398.3173-72.9111
CIE-Lab58.062393.8976-62.3817

#f015fb color RGB value is (240,21,251).

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

The process color (four color CMYK) of #f015fb color hex is 0.04, 0.92, 0.00, 0.02. Web safe color of #f015fb is #ff00ff. Color #f015fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010101 11111011
Octal 360 25 373
Decimal 240 21 251
Hex F0 15 FB

RGB Percentages of Color #f015fb

%46.88
%4.10
%49.02

CMYK Percentages of Color #f015fb

%4
%92
%0
%2

Triadic Colors of #f015fb

#f015fb #fbf015 #15fbf0

Analogous Colors of #f015fb

#f015fb #fb1593 #7d15fb

Monochromatic Colors of #f015fb

#f015fb

Complementary Color

#f015fb #20fb15

#f015fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f015fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f015fb Color CSS Codes

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

#f015fb Text Font Color

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

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


#f015fb Background Color

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

This div background color is #f015fb


#f015fb Border Color

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

This div border color is #f015fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f015fb

Related Colors


Comments

No comments written yet.

Please login to write comment.