Color Hex Logo

#fe1cfb Color Hex

#FE1CFB
(254,28,251)
0 Favorites   0 Comments

Color spaces of #fe1cfb

RGB 25428251
HSL0.840.990.55
HSV301°89°100°
CMYK 0.000.890.01   0.00
XYZ58.700928.866493.7447
Yxy28.86640.32380.1592
Hunter Lab53.7275101.0003-65.8411
CIE-Lab60.663595.3535-58.0865

#fe1cfb color RGB value is (254,28,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011100 11111011
Octal 376 34 373
Decimal 254 28 251
Hex FE 1C FB

RGB Percentages of Color #fe1cfb

%47.65
%5.25
%47.09

CMYK Percentages of Color #fe1cfb

%0
%89
%1
%0

Triadic Colors of #fe1cfb

#fe1cfb #fbfe1c #1cfbfe

Analogous Colors of #fe1cfb

#fe1cfb #fe1c8a #901cfe

Monochromatic Colors of #fe1cfb

#fe1cfb

Complementary Color

#fe1cfb #1cfe1f

#fe1cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1cfb Color CSS Codes

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

#fe1cfb Text Font Color

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

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


#fe1cfb Background Color

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

This div background color is #fe1cfb


#fe1cfb Border Color

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

This div border color is #fe1cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.