Color Hex Logo

#fe263f Color Hex

#FE263F
(254,38,63)
0 Favorites   0 Comments

Color spaces of #fe263f

RGB 2543863
HSL0.980.990.57
HSV353°85°100°
CMYK 0.000.850.75   0.00
XYZ42.463422.81596.8685
Yxy22.81590.58860.3162
Hunter Lab47.766075.093924.9106
CIE-Lab54.882276.706842.5953

#fe263f color RGB value is (254,38,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100110 00111111
Octal 376 46 77
Decimal 254 38 63
Hex FE 26 3F

RGB Percentages of Color #fe263f

%71.55
%10.70
%17.75

CMYK Percentages of Color #fe263f

%0
%85
%75
%0

Triadic Colors of #fe263f

#fe263f #3ffe26 #263ffe

Analogous Colors of #fe263f

#fe263f #fe7926 #fe26ab

Monochromatic Colors of #fe263f

#fe263f

Complementary Color

#fe263f #26fee5

#fe263f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe263f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe263f Color CSS Codes

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

#fe263f Text Font Color

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

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


#fe263f Background Color

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

This div background color is #fe263f


#fe263f Border Color

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

This div border color is #fe263f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe263f

Related Colors


Comments

No comments written yet.

Please login to write comment.