Color Hex Logo

#fe223d Color Hex

#FE223D
(254,34,61)
0 Favorites   0 Comments

Color spaces of #fe223d

RGB 2543461
HSL0.980.990.56
HSV353°87°100°
CMYK 0.000.870.76   0.00
XYZ42.287422.55186.5390
Yxy22.55180.59240.3159
Hunter Lab47.488775.844025.0781
CIE-Lab54.607677.361443.4159

#fe223d color RGB value is (254,34,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100010 00111101
Octal 376 42 75
Decimal 254 34 61
Hex FE 22 3D

RGB Percentages of Color #fe223d

%72.78
%9.74
%17.48

CMYK Percentages of Color #fe223d

%0
%87
%76
%0

Triadic Colors of #fe223d

#fe223d #3dfe22 #223dfe

Analogous Colors of #fe223d

#fe223d #fe7522 #fe22ab

Monochromatic Colors of #fe223d

#fe223d

Complementary Color

#fe223d #22fee3

#fe223d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe223d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe223d Color CSS Codes

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

#fe223d Text Font Color

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

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


#fe223d Background Color

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

This div background color is #fe223d


#fe223d Border Color

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

This div border color is #fe223d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe223d


Comments

No comments written yet.

Please login to write comment.