Color Hex Logo

#fe213c Color Hex

#FE213C
(254,33,60)
0 Favorites   0 Comments

Color spaces of #fe213c

RGB 2543360
HSL0.980.990.56
HSV353°87°100°
CMYK 0.000.870.76   0.00
XYZ42.232522.48486.3891
Yxy22.48480.59390.3162
Hunter Lab47.418175.997525.2040
CIE-Lab54.537777.497943.8984

#fe213c color RGB value is (254,33,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100001 00111100
Octal 376 41 74
Decimal 254 33 60
Hex FE 21 3C

RGB Percentages of Color #fe213c

%73.20
%9.51
%17.29

CMYK Percentages of Color #fe213c

%0
%87
%76
%0

Triadic Colors of #fe213c

#fe213c #3cfe21 #213cfe

Analogous Colors of #fe213c

#fe213c #fe7521 #fe21ab

Monochromatic Colors of #fe213c

#fe213c

Complementary Color

#fe213c #21fee3

#fe213c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe213c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe213c Color CSS Codes

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

#fe213c Text Font Color

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

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


#fe213c Background Color

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

This div background color is #fe213c


#fe213c Border Color

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

This div border color is #fe213c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe213c


Comments

No comments written yet.

Please login to write comment.