Color Hex Logo

#fe152f Color Hex

#FE152F
(254,21,47)
0 Favorites   0 Comments

Color spaces of #fe152f

RGB 2542147
HSL0.980.990.54
HSV353°92°100°
CMYK 0.000.920.81   0.00
XYZ41.654321.81244.7041
Yxy21.81240.61100.3200
Hunter Lab46.703777.469626.7208
CIE-Lab53.827478.810150.2139

#fe152f color RGB value is (254,21,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010101 00101111
Octal 376 25 57
Decimal 254 21 47
Hex FE 15 2F

RGB Percentages of Color #fe152f

%78.88
%6.52
%14.60

CMYK Percentages of Color #fe152f

%0
%92
%81
%0

Triadic Colors of #fe152f

#fe152f #2ffe15 #152ffe

Analogous Colors of #fe152f

#fe152f #fe7015 #fe15a4

Monochromatic Colors of #fe152f

#fe152f

Complementary Color

#fe152f #15fee4

#fe152f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe152f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe152f Color CSS Codes

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

#fe152f Text Font Color

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

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


#fe152f Background Color

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

This div background color is #fe152f


#fe152f Border Color

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

This div border color is #fe152f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe152f

Related Colors


Comments

No comments written yet.

Please login to write comment.