Color Hex Logo

#f01fab Color Hex

#F01FAB
(240,31,171)
0 Favorites   0 Comments

Color spaces of #f01fab

RGB 24031171
HSL0.890.870.53
HSV320°87°94°
CMYK 0.000.870.29   0.06
XYZ43.775922.445540.5532
Yxy22.44550.41000.2102
Hunter Lab47.376782.0242-17.5870
CIE-Lab54.496582.2674-22.3512

#f01fab color RGB value is (240,31,171).

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

The process color (four color CMYK) of #f01fab color hex is 0.00, 0.87, 0.29, 0.06. Web safe color of #f01fab is #ff3399. Color #f01fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011111 10101011
Octal 360 37 253
Decimal 240 31 171
Hex F0 1F AB

RGB Percentages of Color #f01fab

%54.30
%7.01
%38.69

CMYK Percentages of Color #f01fab

%0
%87
%29
%6

Triadic Colors of #f01fab

#f01fab #abf01f #1fabf0

Analogous Colors of #f01fab

#f01fab #f01f43 #cd1ff0

Monochromatic Colors of #f01fab

#f01fab

Complementary Color

#f01fab #1ff064

#f01fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01fab Color CSS Codes

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

#f01fab Text Font Color

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

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


#f01fab Background Color

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

This div background color is #f01fab


#f01fab Border Color

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

This div border color is #f01fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01fab


Comments

No comments written yet.

Please login to write comment.