Color Hex Logo

#fe4ffb Color Hex

#FE4FFB
(254,79,251)
0 Favorites   0 Comments

Color spaces of #fe4ffb

RGB 25479251
HSL0.840.990.65
HSV301°69°100°
CMYK 0.000.690.01   0.00
XYZ61.081633.627894.5382
Yxy33.62780.32280.1777
Hunter Lab57.989586.5364-56.0658
CIE-Lab64.666183.7815-51.7209

#fe4ffb color RGB value is (254,79,251).

#fe4ffb hex color red value is 254, green value is 79 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fe4ffb hue: 0.84 , saturation: 0.99 and the lightness value of fe4ffb is 0.65.

The process color (four color CMYK) of #fe4ffb color hex is 0.00, 0.69, 0.01, 0.00. Web safe color of #fe4ffb is #ff66ff. Color #fe4ffb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001111 11111011
Octal 376 117 373
Decimal 254 79 251
Hex FE 4F FB

RGB Percentages of Color #fe4ffb

%43.49
%13.53
%42.98

CMYK Percentages of Color #fe4ffb

%0
%69
%1
%0

Triadic Colors of #fe4ffb

#fe4ffb #fbfe4f #4ffbfe

Analogous Colors of #fe4ffb

#fe4ffb #fe4fa4 #aa4ffe

Monochromatic Colors of #fe4ffb

#fe4ffb

Complementary Color

#fe4ffb #4ffe52

#fe4ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4ffb Color CSS Codes

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

#fe4ffb Text Font Color

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

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


#fe4ffb Background Color

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

This div background color is #fe4ffb


#fe4ffb Border Color

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

This div border color is #fe4ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.