Color Hex Logo

#fe183c Color Hex

#FE183C
(254,24,60)
0 Favorites   0 Comments

Color spaces of #fe183c

RGB 2542460
HSL0.970.990.55
HSV351°91°100°
CMYK 0.000.910.76   0.00
XYZ42.015322.05036.3167
Yxy22.05030.59700.3133
Hunter Lab46.957777.536324.8948
CIE-Lab54.080378.813943.4046

#fe183c color RGB value is (254,24,60).

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

The process color (four color CMYK) of #fe183c color hex is 0.00, 0.91, 0.76, 0.00. Web safe color of #fe183c is #ff0033. Color #fe183c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011000 00111100
Octal 376 30 74
Decimal 254 24 60
Hex FE 18 3C

RGB Percentages of Color #fe183c

%75.15
%7.10
%17.75

CMYK Percentages of Color #fe183c

%0
%91
%76
%0

Triadic Colors of #fe183c

#fe183c #3cfe18 #183cfe

Analogous Colors of #fe183c

#fe183c #fe6718 #fe18af

Monochromatic Colors of #fe183c

#fe183c

Complementary Color

#fe183c #18feda

#fe183c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe183c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe183c Color CSS Codes

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

#fe183c Text Font Color

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

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


#fe183c Background Color

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

This div background color is #fe183c


#fe183c Border Color

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

This div border color is #fe183c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe183c


Comments

No comments written yet.

Please login to write comment.