Color Hex Logo

#fd424c Color Hex

#FD424C
(253,66,76)
0 Favorites   0 Comments

Color spaces of #fd424c

RGB 2536676
HSL0.990.980.63
HSV357°74°99°
CMYK 0.000.740.70   0.01
XYZ43.760725.30099.4146
Yxy25.30090.55760.3224
Hunter Lab50.300067.268924.1128
CIE-Lab57.367469.848238.0565

#fd424c color RGB value is (253,66,76).

#fd424c hex color red value is 253, green value is 66 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fd424c hue: 0.99 , saturation: 0.98 and the lightness value of fd424c is 0.63.

The process color (four color CMYK) of #fd424c color hex is 0.00, 0.74, 0.70, 0.01. Web safe color of #fd424c is #ff3333. Color #fd424c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000010 01001100
Octal 375 102 114
Decimal 253 66 76
Hex FD 42 4C

RGB Percentages of Color #fd424c

%64.05
%16.71
%19.24

CMYK Percentages of Color #fd424c

%0
%74
%70
%1

Triadic Colors of #fd424c

#fd424c #4cfd42 #424cfd

Analogous Colors of #fd424c

#fd424c #fd9642 #fd42aa

Monochromatic Colors of #fd424c

#fd424c

Complementary Color

#fd424c #42fdf3

#fd424c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd424c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd424c Color CSS Codes

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

#fd424c Text Font Color

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

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


#fd424c Background Color

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

This div background color is #fd424c


#fd424c Border Color

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

This div border color is #fd424c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd424c


Comments

No comments written yet.

Please login to write comment.