Color Hex Logo

#fe4f60 Color Hex

#FE4F60
(254,79,96)
0 Favorites   0 Comments

Color spaces of #fe4f60

RGB 2547996
HSL0.980.990.65
HSV354°69°100°
CMYK 0.000.690.62   0.00
XYZ45.780427.507313.9629
Yxy27.50730.52470.3153
Hunter Lab52.447464.026520.9286
CIE-Lab59.441066.761129.2146

#fe4f60 color RGB value is (254,79,96).

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

The process color (four color CMYK) of #fe4f60 color hex is 0.00, 0.69, 0.62, 0.00. Web safe color of #fe4f60 is #ff6666. Color #fe4f60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001111 01100000
Octal 376 117 140
Decimal 254 79 96
Hex FE 4F 60

RGB Percentages of Color #fe4f60

%59.21
%18.41
%22.38

CMYK Percentages of Color #fe4f60

%0
%69
%62
%0

Triadic Colors of #fe4f60

#fe4f60 #60fe4f #4f60fe

Analogous Colors of #fe4f60

#fe4f60 #fe964f #fe4fb8

Monochromatic Colors of #fe4f60

#fe4f60

Complementary Color

#fe4f60 #4ffeed

#fe4f60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4f60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4f60 Color CSS Codes

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

#fe4f60 Text Font Color

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

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


#fe4f60 Background Color

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

This div background color is #fe4f60


#fe4f60 Border Color

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

This div border color is #fe4f60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4f60


Comments

No comments written yet.

Please login to write comment.