Color Hex Logo

#fe264e Color Hex

#FE264E
(254,38,78)
0 Favorites   0 Comments

Color spaces of #fe264e

RGB 2543878
HSL0.970.990.57
HSV349°85°100°
CMYK 0.000.850.69   0.00
XYZ42.941323.00719.3853
Yxy23.00710.57000.3054
Hunter Lab47.965775.862121.9749
CIE-Lab55.079777.284334.2039

#fe264e color RGB value is (254,38,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100110 01001110
Octal 376 46 116
Decimal 254 38 78
Hex FE 26 4E

RGB Percentages of Color #fe264e

%68.65
%10.27
%21.08

CMYK Percentages of Color #fe264e

%0
%85
%69
%0

Triadic Colors of #fe264e

#fe264e #4efe26 #264efe

Analogous Colors of #fe264e

#fe264e #fe6a26 #fe26ba

Monochromatic Colors of #fe264e

#fe264e

Complementary Color

#fe264e #26fed6

#fe264e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe264e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe264e Color CSS Codes

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

#fe264e Text Font Color

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

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


#fe264e Background Color

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

This div background color is #fe264e


#fe264e Border Color

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

This div border color is #fe264e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,38,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 #fe264e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe264e

Related Colors


Comments

No comments written yet.

Please login to write comment.