Color Hex Logo

#fe0ecb Color Hex

#FE0ECB
(254,14,203)
0 Favorites   0 Comments

Color spaces of #fe0ecb

RGB 25414203
HSL0.870.990.53
HSV313°94°100°
CMYK 0.000.940.20   0.00
XYZ51.809625.696758.7292
Yxy25.69670.38030.1886
Hunter Lab50.691993.7248-33.2062
CIE-Lab57.748090.5596-35.6508

#fe0ecb color RGB value is (254,14,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001110 11001011
Octal 376 16 313
Decimal 254 14 203
Hex FE E CB

RGB Percentages of Color #fe0ecb

%53.93
%2.97
%43.10

CMYK Percentages of Color #fe0ecb

%0
%94
%20
%0

Triadic Colors of #fe0ecb

#fe0ecb #cbfe0e #0ecbfe

Analogous Colors of #fe0ecb

#fe0ecb #fe0e53 #b90efe

Monochromatic Colors of #fe0ecb

#fe0ecb

Complementary Color

#fe0ecb #0efe41

#fe0ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0ecb Color CSS Codes

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

#fe0ecb Text Font Color

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

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


#fe0ecb Background Color

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

This div background color is #fe0ecb


#fe0ecb Border Color

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

This div border color is #fe0ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0ecb

Related Colors


Comments

No comments written yet.

Please login to write comment.