Color Hex Logo

#fe0efb Color Hex

#FE0EFB
(254,14,251)
0 Favorites   0 Comments

Color spaces of #fe0efb

RGB 25414251
HSL0.840.990.53
HSV301°94°100°
CMYK 0.000.940.01   0.00
XYZ58.442728.349993.6586
Yxy28.34990.32390.1571
Hunter Lab53.2446102.7482-67.0213
CIE-Lab60.203596.7110-58.8213

#fe0efb color RGB value is (254,14,251).

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

The process color (four color CMYK) of #fe0efb color hex is 0.00, 0.94, 0.01, 0.00. Web safe color of #fe0efb is #ff00ff. Color #fe0efb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001110 11111011
Octal 376 16 373
Decimal 254 14 251
Hex FE E FB

RGB Percentages of Color #fe0efb

%48.94
%2.70
%48.36

CMYK Percentages of Color #fe0efb

%0
%94
%1
%0

Triadic Colors of #fe0efb

#fe0efb #fbfe0e #0efbfe

Analogous Colors of #fe0efb

#fe0efb #fe0e83 #890efe

Monochromatic Colors of #fe0efb

#fe0efb

Complementary Color

#fe0efb #0efe11

#fe0efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0efb Color CSS Codes

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

#fe0efb Text Font Color

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

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


#fe0efb Background Color

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

This div background color is #fe0efb


#fe0efb Border Color

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

This div border color is #fe0efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0efb


Comments

No comments written yet.

Please login to write comment.