Color Hex Logo

#fe284e Color Hex

#FE284E
(254,40,78)
0 Favorites   0 Comments

Color spaces of #fe284e

RGB 2544078
HSL0.970.990.58
HSV349°84°100°
CMYK 0.000.840.69   0.00
XYZ43.007023.13859.4072
Yxy23.13850.56920.3063
Hunter Lab48.102575.412122.0767
CIE-Lab55.214776.897734.3681

#fe284e color RGB value is (254,40,78).

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

The process color (four color CMYK) of #fe284e color hex is 0.00, 0.84, 0.69, 0.00. Web safe color of #fe284e is #ff3366. Color #fe284e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101000 01001110
Octal 376 50 116
Decimal 254 40 78
Hex FE 28 4E

RGB Percentages of Color #fe284e

%68.28
%10.75
%20.97

CMYK Percentages of Color #fe284e

%0
%84
%69
%0

Triadic Colors of #fe284e

#fe284e #4efe28 #284efe

Analogous Colors of #fe284e

#fe284e #fe6d28 #fe28b9

Monochromatic Colors of #fe284e

#fe284e

Complementary Color

#fe284e #28fed8

#fe284e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe284e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe284e Color CSS Codes

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

#fe284e Text Font Color

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

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


#fe284e Background Color

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

This div background color is #fe284e


#fe284e Border Color

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

This div border color is #fe284e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe284e


Comments

No comments written yet.

Please login to write comment.