Color Hex Logo

#f81fab Color Hex

#F81FAB
(248,31,171)
0 Favorites   0 Comments

Color spaces of #f81fab

RGB 24831171
HSL0.890.940.55
HSV321°88°97°
CMYK 0.000.880.31   0.03
XYZ46.552123.876740.6832
Yxy23.87670.41900.2149
Hunter Lab48.863884.5437-15.1592
CIE-Lab55.964183.9375-19.9745

#f81fab color RGB value is (248,31,171).

#f81fab hex color red value is 248, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f81fab hue: 0.89 , saturation: 0.94 and the lightness value of f81fab is 0.55.

The process color (four color CMYK) of #f81fab color hex is 0.00, 0.88, 0.31, 0.03. Web safe color of #f81fab is #ff3399. Color #f81fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011111 10101011
Octal 370 37 253
Decimal 248 31 171
Hex F8 1F AB

RGB Percentages of Color #f81fab

%55.11
%6.89
%38.00

CMYK Percentages of Color #f81fab

%0
%88
%31
%3

Triadic Colors of #f81fab

#f81fab #abf81f #1fabf8

Analogous Colors of #f81fab

#f81fab #f81f3e #d91ff8

Monochromatic Colors of #f81fab

#f81fab

Complementary Color

#f81fab #1ff86c

#f81fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81fab Color CSS Codes

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

#f81fab Text Font Color

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

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


#f81fab Background Color

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

This div background color is #f81fab


#f81fab Border Color

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

This div border color is #f81fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,31,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f81fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f81fab;
  -webkit-box-shadow: 1px 1px 3px 2px #f81fab;
  box-shadow:         1px 1px 3px 2px #f81fab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,31,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81fab


Comments

No comments written yet.

Please login to write comment.