Color Hex Logo

#fe3223 Color Hex

#FE3223
(254,50,35)
0 Favorites   0 Comments

Color spaces of #fe3223

RGB 2545035
HSL0.010.990.57
HSV86°100°
CMYK 0.000.800.86   0.00
XYZ42.317023.47343.8906
Yxy23.47340.60730.3369
Hunter Lab48.449471.120429.1534
CIE-Lab55.556673.359957.4993

#fe3223 color RGB value is (254,50,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110010 00100011
Octal 376 62 43
Decimal 254 50 35
Hex FE 32 23

RGB Percentages of Color #fe3223

%74.93
%14.75
%10.32

CMYK Percentages of Color #fe3223

%0
%80
%86
%0

Triadic Colors of #fe3223

#fe3223 #23fe32 #3223fe

Analogous Colors of #fe3223

#fe3223 #fea023 #fe2382

Monochromatic Colors of #fe3223

#fe3223

Complementary Color

#fe3223 #23effe

#fe3223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3223 Color CSS Codes

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

#fe3223 Text Font Color

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

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


#fe3223 Background Color

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

This div background color is #fe3223


#fe3223 Border Color

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

This div border color is #fe3223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3223


Comments

No comments written yet.

Please login to write comment.