Color Hex Logo

#fe787e Color Hex

#FE787E
(254,120,126)
0 Favorites   0 Comments

Color spaces of #fe787e

RGB 254120126
HSL0.990.990.73
HSV357°53°100°
CMYK 0.000.530.50   0.00
XYZ51.355436.010123.9826
Yxy36.01010.46120.3234
Hunter Lab60.008447.746218.3104
CIE-Lab66.527651.519421.5052

#fe787e color RGB value is (254,120,126).

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

The process color (four color CMYK) of #fe787e color hex is 0.00, 0.53, 0.50, 0.00. Web safe color of #fe787e is #ff6666. Color #fe787e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111000 01111110
Octal 376 170 176
Decimal 254 120 126
Hex FE 78 7E

RGB Percentages of Color #fe787e

%50.80
%24.00
%25.20

CMYK Percentages of Color #fe787e

%0
%53
%50
%0

Triadic Colors of #fe787e

#fe787e #7efe78 #787efe

Analogous Colors of #fe787e

#fe787e #feb578 #fe78c1

Monochromatic Colors of #fe787e

#fe787e

Complementary Color

#fe787e #78fef8

#fe787e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe787e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe787e Color CSS Codes

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

#fe787e Text Font Color

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

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


#fe787e Background Color

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

This div background color is #fe787e


#fe787e Border Color

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

This div border color is #fe787e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe787e

Related Colors


Comments

No comments written yet.

Please login to write comment.