Color Hex Logo

#fe978f Color Hex

#FE978F
(254,151,143)
0 Favorites   0 Comments

Color spaces of #fe978f

RGB 254151143
HSL0.010.980.78
HSV44°100°
CMYK 0.000.410.44   0.00
XYZ56.897645.187231.7098
Yxy45.18720.42530.3377
Hunter Lab67.221433.448619.0866
CIE-Lab73.015037.708920.9054

#fe978f color RGB value is (254,151,143).

#fe978f hex color red value is 254, green value is 151 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fe978f hue: 0.01 , saturation: 0.98 and the lightness value of fe978f is 0.78.

The process color (four color CMYK) of #fe978f color hex is 0.00, 0.41, 0.44, 0.00. Web safe color of #fe978f is #ff9999. Color #fe978f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010111 10001111
Octal 376 227 217
Decimal 254 151 143
Hex FE 97 8F

RGB Percentages of Color #fe978f

%46.35
%27.55
%26.09

CMYK Percentages of Color #fe978f

%0
%41
%44
%0

Triadic Colors of #fe978f

#fe978f #8ffe97 #978ffe

Analogous Colors of #fe978f

#fe978f #fecf8f #fe8fbf

Monochromatic Colors of #fe978f

#fe978f

Complementary Color

#fe978f #8ff6fe

#fe978f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe978f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe978f Color CSS Codes

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

#fe978f Text Font Color

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

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


#fe978f Background Color

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

This div background color is #fe978f


#fe978f Border Color

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

This div border color is #fe978f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe978f


Comments

No comments written yet.

Please login to write comment.