Color Hex Logo

#fe273c Color Hex

#FE273C
(254,39,60)
0 Favorites   0 Comments

Color spaces of #fe273c

RGB 2543960
HSL0.980.990.57
HSV354°85°100°
CMYK 0.000.850.76   0.00
XYZ42.414222.84816.4496
Yxy22.84810.59150.3186
Hunter Lab47.799774.739325.4598
CIE-Lab54.915576.415544.3053

#fe273c color RGB value is (254,39,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100111 00111100
Octal 376 47 74
Decimal 254 39 60
Hex FE 27 3C

RGB Percentages of Color #fe273c

%71.95
%11.05
%17.00

CMYK Percentages of Color #fe273c

%0
%85
%76
%0

Triadic Colors of #fe273c

#fe273c #3cfe27 #273cfe

Analogous Colors of #fe273c

#fe273c #fe7e27 #fe27a8

Monochromatic Colors of #fe273c

#fe273c

Complementary Color

#fe273c #27fee9

#fe273c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe273c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe273c Color CSS Codes

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

#fe273c Text Font Color

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

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


#fe273c Background Color

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

This div background color is #fe273c


#fe273c Border Color

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

This div border color is #fe273c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe273c

Related Colors


Comments

No comments written yet.

Please login to write comment.