Color Hex Logo

#fe1faf Color Hex

#FE1FAF
(254,31,175)
0 Favorites   0 Comments

Color spaces of #fe1faf

RGB 25431175
HSL0.890.990.56
HSV321°88°100°
CMYK 0.000.880.31   0.00
XYZ49.100925.145942.8232
Yxy25.14590.41940.2148
Hunter Lab50.145787.0260-15.5302
CIE-Lab57.217385.6015-20.2966

#fe1faf color RGB value is (254,31,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011111 10101111
Octal 376 37 257
Decimal 254 31 175
Hex FE 1F AF

RGB Percentages of Color #fe1faf

%55.22
%6.74
%38.04

CMYK Percentages of Color #fe1faf

%0
%88
%31
%0

Triadic Colors of #fe1faf

#fe1faf #affe1f #1faffe

Analogous Colors of #fe1faf

#fe1faf #fe1f40 #de1ffe

Monochromatic Colors of #fe1faf

#fe1faf

Complementary Color

#fe1faf #1ffe6e

#fe1faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1faf Color CSS Codes

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

#fe1faf Text Font Color

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

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


#fe1faf Background Color

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

This div background color is #fe1faf


#fe1faf Border Color

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

This div border color is #fe1faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1faf


Comments

No comments written yet.

Please login to write comment.