Color Hex Logo

#fe0fab Color Hex

#FE0FAB
(254,15,171)
0 Favorites   0 Comments

Color spaces of #fe0fab

RGB 25415171
HSL0.890.990.53
HSV321°94°100°
CMYK 0.000.940.33   0.00
XYZ48.394624.352840.6780
Yxy24.35280.42670.2147
Hunter Lab49.348688.6894-14.3287
CIE-Lab56.439387.0219-19.1491

#fe0fab color RGB value is (254,15,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001111 10101011
Octal 376 17 253
Decimal 254 15 171
Hex FE F AB

RGB Percentages of Color #fe0fab

%57.73
%3.41
%38.86

CMYK Percentages of Color #fe0fab

%0
%94
%33
%0

Triadic Colors of #fe0fab

#fe0fab #abfe0f #0fabfe

Analogous Colors of #fe0fab

#fe0fab #fe0f33 #da0ffe

Monochromatic Colors of #fe0fab

#fe0fab

Complementary Color

#fe0fab #0ffe62

#fe0fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0fab Color CSS Codes

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

#fe0fab Text Font Color

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

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


#fe0fab Background Color

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

This div background color is #fe0fab


#fe0fab Border Color

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

This div border color is #fe0fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0fab


Comments

No comments written yet.

Please login to write comment.