Color Hex Logo

#fd322e Color Hex

#FD322E
(253,50,46)
0 Favorites   0 Comments

Color spaces of #fd322e

RGB 2535046
HSL0.000.980.59
HSV82°99°
CMYK 0.000.800.82   0.01
XYZ42.141823.36114.8728
Yxy23.36110.59880.3319
Hunter Lab48.333371.050827.8559
CIE-Lab55.442473.325052.1692

#fd322e color RGB value is (253,50,46).

#fd322e hex color red value is 253, green value is 50 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fd322e hue: 0.00 , saturation: 0.98 and the lightness value of fd322e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110010 00101110
Octal 375 62 56
Decimal 253 50 46
Hex FD 32 2E

RGB Percentages of Color #fd322e

%72.49
%14.33
%13.18

CMYK Percentages of Color #fd322e

%0
%80
%82
%1

Triadic Colors of #fd322e

#fd322e #2efd32 #322efd

Analogous Colors of #fd322e

#fd322e #fd9a2e #fd2e92

Monochromatic Colors of #fd322e

#fd322e

Complementary Color

#fd322e #2ef9fd

#fd322e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd322e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd322e Color CSS Codes

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

#fd322e Text Font Color

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

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


#fd322e Background Color

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

This div background color is #fd322e


#fd322e Border Color

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

This div border color is #fd322e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,50,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd322e


Comments

No comments written yet.

Please login to write comment.