Color Hex Logo

#fe1533 Color Hex

#FE1533
(254,21,51)
0 Favorites   0 Comments

Color spaces of #fe1533

RGB 2542151
HSL0.980.990.54
HSV352°92°100°
CMYK 0.000.920.80   0.00
XYZ41.738821.84625.1488
Yxy21.84620.60730.3178
Hunter Lab46.739977.605826.1866
CIE-Lab53.863478.911448.1308

#fe1533 color RGB value is (254,21,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010101 00110011
Octal 376 25 63
Decimal 254 21 51
Hex FE 15 33

RGB Percentages of Color #fe1533

%77.91
%6.44
%15.64

CMYK Percentages of Color #fe1533

%0
%92
%80
%0

Triadic Colors of #fe1533

#fe1533 #33fe15 #1533fe

Analogous Colors of #fe1533

#fe1533 #fe6c15 #fe15a8

Monochromatic Colors of #fe1533

#fe1533

Complementary Color

#fe1533 #15fee0

#fe1533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1533 Color CSS Codes

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

#fe1533 Text Font Color

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

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


#fe1533 Background Color

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

This div background color is #fe1533


#fe1533 Border Color

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

This div border color is #fe1533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1533


Comments

No comments written yet.

Please login to write comment.