Color Hex Logo

#fe0ebe Color Hex

#FE0EBE
(254,14,190)
0 Favorites   0 Comments

Color spaces of #fe0ebe

RGB 25414190
HSL0.880.990.53
HSV316°94°100°
CMYK 0.000.940.25   0.00
XYZ50.324425.102650.9081
Yxy25.10260.39830.1987
Hunter Lab50.102591.6112-25.1716
CIE-Lab57.175389.0878-29.0646

#fe0ebe color RGB value is (254,14,190).

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

The process color (four color CMYK) of #fe0ebe color hex is 0.00, 0.94, 0.25, 0.00. Web safe color of #fe0ebe is #ff00cc. Color #fe0ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001110 10111110
Octal 376 16 276
Decimal 254 14 190
Hex FE E BE

RGB Percentages of Color #fe0ebe

%55.46
%3.06
%41.48

CMYK Percentages of Color #fe0ebe

%0
%94
%25
%0

Triadic Colors of #fe0ebe

#fe0ebe #befe0e #0ebefe

Analogous Colors of #fe0ebe

#fe0ebe #fe0e46 #c60efe

Monochromatic Colors of #fe0ebe

#fe0ebe

Complementary Color

#fe0ebe #0efe4e

#fe0ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0ebe Color CSS Codes

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

#fe0ebe Text Font Color

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

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


#fe0ebe Background Color

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

This div background color is #fe0ebe


#fe0ebe Border Color

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

This div border color is #fe0ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0ebe


Comments

No comments written yet.

Please login to write comment.