Color Hex Logo

#fe778c Color Hex

#FE778C
(254,119,140)
0 Favorites   0 Comments

Color spaces of #fe778c

RGB 254119140
HSL0.970.990.73
HSV351°53°100°
CMYK 0.000.530.45   0.00
XYZ52.203536.157929.0387
Yxy36.15790.44470.3080
Hunter Lab60.131449.735913.4597
CIE-Lab66.640453.263013.7467

#fe778c color RGB value is (254,119,140).

#fe778c hex color red value is 254, green value is 119 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fe778c hue: 0.97 , saturation: 0.99 and the lightness value of fe778c is 0.73.

The process color (four color CMYK) of #fe778c color hex is 0.00, 0.53, 0.45, 0.00. Web safe color of #fe778c is #ff6699. Color #fe778c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110111 10001100
Octal 376 167 214
Decimal 254 119 140
Hex FE 77 8C

RGB Percentages of Color #fe778c

%49.51
%23.20
%27.29

CMYK Percentages of Color #fe778c

%0
%53
%45
%0

Triadic Colors of #fe778c

#fe778c #8cfe77 #778cfe

Analogous Colors of #fe778c

#fe778c #fea677 #fe77d0

Monochromatic Colors of #fe778c

#fe778c

Complementary Color

#fe778c #77fee9

#fe778c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe778c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe778c Color CSS Codes

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

#fe778c Text Font Color

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

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


#fe778c Background Color

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

This div background color is #fe778c


#fe778c Border Color

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

This div border color is #fe778c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe778c


Comments

No comments written yet.

Please login to write comment.