Color Hex Logo

#fe4eca Color Hex

#FE4ECA
(254,78,202)
0 Favorites   0 Comments

Color spaces of #fe4eca

RGB 25478202
HSL0.880.990.65
HSV318°69°100°
CMYK 0.000.690.20   0.00
XYZ54.258130.783958.9593
Yxy30.78390.37680.2138
Hunter Lab55.483277.4628-24.1663
CIE-Lab62.324877.1677-27.9722

#fe4eca color RGB value is (254,78,202).

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

The process color (four color CMYK) of #fe4eca color hex is 0.00, 0.69, 0.20, 0.00. Web safe color of #fe4eca is #ff66cc. Color #fe4eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001110 11001010
Octal 376 116 312
Decimal 254 78 202
Hex FE 4E CA

RGB Percentages of Color #fe4eca

%47.57
%14.61
%37.83

CMYK Percentages of Color #fe4eca

%0
%69
%20
%0

Triadic Colors of #fe4eca

#fe4eca #cafe4e #4ecafe

Analogous Colors of #fe4eca

#fe4eca #fe4e72 #da4efe

Monochromatic Colors of #fe4eca

#fe4eca

Complementary Color

#fe4eca #4efe82

#fe4eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4eca Color CSS Codes

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

#fe4eca Text Font Color

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

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


#fe4eca Background Color

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

This div background color is #fe4eca


#fe4eca Border Color

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

This div border color is #fe4eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4eca

Related Colors


Comments

No comments written yet.

Please login to write comment.