Color Hex Logo

#fe4cfb Color Hex

#FE4CFB
(254,76,251)
0 Favorites   0 Comments

Color spaces of #fe4cfb

RGB 25476251
HSL0.840.990.65
HSV301°70°100°
CMYK 0.000.700.01   0.00
XYZ60.870133.204794.4677
Yxy33.20470.32280.1761
Hunter Lab57.623587.7158-56.8633
CIE-Lab64.326384.7473-52.2592

#fe4cfb color RGB value is (254,76,251).

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

The process color (four color CMYK) of #fe4cfb color hex is 0.00, 0.70, 0.01, 0.00. Web safe color of #fe4cfb is #ff33ff. Color #fe4cfb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001100 11111011
Octal 376 114 373
Decimal 254 76 251
Hex FE 4C FB

RGB Percentages of Color #fe4cfb

%43.72
%13.08
%43.20

CMYK Percentages of Color #fe4cfb

%0
%70
%1
%0

Triadic Colors of #fe4cfb

#fe4cfb #fbfe4c #4cfbfe

Analogous Colors of #fe4cfb

#fe4cfb #fe4ca2 #a84cfe

Monochromatic Colors of #fe4cfb

#fe4cfb

Complementary Color

#fe4cfb #4cfe4f

#fe4cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4cfb Color CSS Codes

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

#fe4cfb Text Font Color

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

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


#fe4cfb Background Color

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

This div background color is #fe4cfb


#fe4cfb Border Color

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

This div border color is #fe4cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4cfb


Comments

No comments written yet.

Please login to write comment.