Color Hex Logo

#fe2223 Color Hex

#FE2223
(254,34,35)
0 Favorites   0 Comments

Color spaces of #fe2223

RGB 2543435
HSL1.000.990.56
HSV360°87°100°
CMYK 0.000.870.86   0.00
XYZ41.748522.33623.7010
Yxy22.33620.61590.3295
Hunter Lab47.261274.972128.4399
CIE-Lab54.381976.706056.5619

#fe2223 color RGB value is (254,34,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100010 00100011
Octal 376 42 43
Decimal 254 34 35
Hex FE 22 23

RGB Percentages of Color #fe2223

%78.64
%10.53
%10.84

CMYK Percentages of Color #fe2223

%0
%87
%86
%0

Triadic Colors of #fe2223

#fe2223 #23fe22 #2223fe

Analogous Colors of #fe2223

#fe2223 #fe8f22 #fe2291

Monochromatic Colors of #fe2223

#fe2223

Complementary Color

#fe2223 #22fefd

#fe2223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2223 Color CSS Codes

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

#fe2223 Text Font Color

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

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


#fe2223 Background Color

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

This div background color is #fe2223


#fe2223 Border Color

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

This div border color is #fe2223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2223


Comments

No comments written yet.

Please login to write comment.