Color Hex Logo

#fe264a Color Hex

#FE264A
(254,38,74)
0 Favorites   0 Comments

Color spaces of #fe264a

RGB 2543874
HSL0.970.990.57
HSV350°85°100°
CMYK 0.000.850.71   0.00
XYZ42.802222.95158.6527
Yxy22.95150.57520.3085
Hunter Lab47.907775.638722.8269
CIE-Lab55.022377.116636.4664

#fe264a color RGB value is (254,38,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100110 01001010
Octal 376 46 112
Decimal 254 38 74
Hex FE 26 4A

RGB Percentages of Color #fe264a

%69.40
%10.38
%20.22

CMYK Percentages of Color #fe264a

%0
%85
%71
%0

Triadic Colors of #fe264a

#fe264a #4afe26 #264afe

Analogous Colors of #fe264a

#fe264a #fe6e26 #fe26b6

Monochromatic Colors of #fe264a

#fe264a

Complementary Color

#fe264a #26feda

#fe264a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe264a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe264a Color CSS Codes

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

#fe264a Text Font Color

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

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


#fe264a Background Color

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

This div background color is #fe264a


#fe264a Border Color

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

This div border color is #fe264a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe264a


Comments

No comments written yet.

Please login to write comment.