Color Hex Logo

#fe264c Color Hex

#FE264C
(254,38,76)
0 Favorites   0 Comments

Color spaces of #fe264c

RGB 2543876
HSL0.970.990.57
HSV349°85°100°
CMYK 0.000.850.70   0.00
XYZ42.870722.97899.0133
Yxy22.97890.57270.3069
Hunter Lab47.936375.748722.4073
CIE-Lab55.050677.199235.3369

#fe264c color RGB value is (254,38,76).

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

The process color (four color CMYK) of #fe264c color hex is 0.00, 0.85, 0.70, 0.00. Web safe color of #fe264c is #ff3333. Color #fe264c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100110 01001100
Octal 376 46 114
Decimal 254 38 76
Hex FE 26 4C

RGB Percentages of Color #fe264c

%69.02
%10.33
%20.65

CMYK Percentages of Color #fe264c

%0
%85
%70
%0

Triadic Colors of #fe264c

#fe264c #4cfe26 #264cfe

Analogous Colors of #fe264c

#fe264c #fe6c26 #fe26b8

Monochromatic Colors of #fe264c

#fe264c

Complementary Color

#fe264c #26fed8

#fe264c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe264c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe264c Color CSS Codes

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

#fe264c Text Font Color

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

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


#fe264c Background Color

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

This div background color is #fe264c


#fe264c Border Color

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

This div border color is #fe264c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe264c


Comments

No comments written yet.

Please login to write comment.