Color Hex Logo

#fe7984 Color Hex

#FE7984
(254,121,132)
0 Favorites   0 Comments

Color spaces of #fe7984

RGB 254121132
HSL0.990.990.74
HSV355°52°100°
CMYK 0.000.520.48   0.00
XYZ51.875336.411526.1238
Yxy36.41150.45340.3183
Hunter Lab60.341947.856116.5710
CIE-Lab66.833251.572218.5394

#fe7984 color RGB value is (254,121,132).

#fe7984 hex color red value is 254, green value is 121 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fe7984 hue: 0.99 , saturation: 0.99 and the lightness value of fe7984 is 0.74.

The process color (four color CMYK) of #fe7984 color hex is 0.00, 0.52, 0.48, 0.00. Web safe color of #fe7984 is #ff6699. Color #fe7984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111001 10000100
Octal 376 171 204
Decimal 254 121 132
Hex FE 79 84

RGB Percentages of Color #fe7984

%50.10
%23.87
%26.04

CMYK Percentages of Color #fe7984

%0
%52
%48
%0

Triadic Colors of #fe7984

#fe7984 #84fe79 #7984fe

Analogous Colors of #fe7984

#fe7984 #feb179 #fe79c7

Monochromatic Colors of #fe7984

#fe7984

Complementary Color

#fe7984 #79fef3

#fe7984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7984 Color CSS Codes

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

#fe7984 Text Font Color

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

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


#fe7984 Background Color

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

This div background color is #fe7984


#fe7984 Border Color

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

This div border color is #fe7984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7984

Related Colors


Comments

No comments written yet.

Please login to write comment.