Color Hex Logo

#fe213f Color Hex

#FE213F
(254,33,63)
0 Favorites   0 Comments

Color spaces of #fe213f

RGB 2543363
HSL0.980.990.56
HSV352°87°100°
CMYK 0.000.870.75   0.00
XYZ42.314122.51746.8187
Yxy22.51740.59060.3143
Hunter Lab47.452576.129224.6971
CIE-Lab54.571777.596642.2528

#fe213f color RGB value is (254,33,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100001 00111111
Octal 376 41 77
Decimal 254 33 63
Hex FE 21 3F

RGB Percentages of Color #fe213f

%72.57
%9.43
%18.00

CMYK Percentages of Color #fe213f

%0
%87
%75
%0

Triadic Colors of #fe213f

#fe213f #3ffe21 #213ffe

Analogous Colors of #fe213f

#fe213f #fe7221 #fe21ae

Monochromatic Colors of #fe213f

#fe213f

Complementary Color

#fe213f #21fee0

#fe213f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe213f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe213f Color CSS Codes

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

#fe213f Text Font Color

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

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


#fe213f Background Color

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

This div background color is #fe213f


#fe213f Border Color

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

This div border color is #fe213f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe213f

Related Colors


Comments

No comments written yet.

Please login to write comment.