Color Hex Logo

#fe153f Color Hex

#FE153F
(254,21,63)
0 Favorites   0 Comments

Color spaces of #fe153f

RGB 2542163
HSL0.970.990.54
HSV349°92°100°
CMYK 0.000.920.75   0.00
XYZ42.038421.96606.7268
Yxy21.96600.59430.3106
Hunter Lab46.867978.087724.2978
CIE-Lab53.990979.269141.6099

#fe153f color RGB value is (254,21,63).

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

The process color (four color CMYK) of #fe153f color hex is 0.00, 0.92, 0.75, 0.00. Web safe color of #fe153f is #ff0033. Color #fe153f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010101 00111111
Octal 376 25 77
Decimal 254 21 63
Hex FE 15 3F

RGB Percentages of Color #fe153f

%75.15
%6.21
%18.64

CMYK Percentages of Color #fe153f

%0
%92
%75
%0

Triadic Colors of #fe153f

#fe153f #3ffe15 #153ffe

Analogous Colors of #fe153f

#fe153f #fe5f15 #fe15b4

Monochromatic Colors of #fe153f

#fe153f

Complementary Color

#fe153f #15fed4

#fe153f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe153f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe153f Color CSS Codes

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

#fe153f Text Font Color

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

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


#fe153f Background Color

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

This div background color is #fe153f


#fe153f Border Color

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

This div border color is #fe153f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe153f


Comments

No comments written yet.

Please login to write comment.