Color Hex Logo

#ff0fab Color Hex

#FF0FAB
(255,15,171)
0 Favorites   0 Comments

Color spaces of #ff0fab

RGB 25515171
HSL0.891.000.53
HSV321°94°100°
CMYK 0.000.940.33   0.00
XYZ48.761524.541940.6951
Yxy24.54190.42770.2153
Hunter Lab49.539889.0011-14.0267
CIE-Lab56.626387.2223-18.8468

#ff0fab color RGB value is (255,15,171).

#ff0fab hex color red value is 255, green value is 15 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ff0fab hue: 0.89 , saturation: 1.00 and the lightness value of ff0fab is 0.53.

The process color (four color CMYK) of #ff0fab color hex is 0.00, 0.94, 0.33, 0.00. Web safe color of #ff0fab is #ff0099. Color #ff0fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001111 10101011
Octal 377 17 253
Decimal 255 15 171
Hex FF F AB

RGB Percentages of Color #ff0fab

%57.82
%3.40
%38.78

CMYK Percentages of Color #ff0fab

%0
%94
%33
%0

Triadic Colors of #ff0fab

#ff0fab #abff0f #0fabff

Analogous Colors of #ff0fab

#ff0fab #ff0f33 #db0fff

Monochromatic Colors of #ff0fab

#ff0fab

Complementary Color

#ff0fab #0fff63

#ff0fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff0fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff0fab Color CSS Codes

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

#ff0fab Text Font Color

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

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


#ff0fab Background Color

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

This div background color is #ff0fab


#ff0fab Border Color

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

This div border color is #ff0fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff0fab

Related Colors

#ff0fab Color Palettes


Comments

No comments written yet.

Please login to write comment.