Color Hex Logo

#f114fb Color Hex

#F114FB
(241,20,251)
0 Favorites   0 Comments

Color spaces of #f114fb

RGB 24120251
HSL0.830.970.53
HSV297°92°98°
CMYK 0.040.920.00   0.02
XYZ53.938426.166193.4745
Yxy26.16610.31070.1507
Hunter Lab51.152898.7030-72.5371
CIE-Lab58.194494.1549-62.1607

#f114fb color RGB value is (241,20,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010100 11111011
Octal 361 24 373
Decimal 241 20 251
Hex F1 14 FB

RGB Percentages of Color #f114fb

%47.07
%3.91
%49.02

CMYK Percentages of Color #f114fb

%4
%92
%0
%2

Triadic Colors of #f114fb

#f114fb #fbf114 #14fbf1

Analogous Colors of #f114fb

#f114fb #fb1492 #7e14fb

Monochromatic Colors of #f114fb

#f114fb

Complementary Color

#f114fb #1efb14

#f114fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f114fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f114fb Color CSS Codes

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

#f114fb Text Font Color

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

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


#f114fb Background Color

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

This div background color is #f114fb


#f114fb Border Color

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

This div border color is #f114fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f114fb

Related Colors


Comments

No comments written yet.

Please login to write comment.