Color Hex Logo

#fd4d6c Color Hex

#FD4D6C
(253,77,108)
0 Favorites   0 Comments

Color spaces of #fd4d6c

RGB 25377108
HSL0.970.980.65
HSV349°70°99°
CMYK 0.000.700.57   0.01
XYZ45.868727.273117.0340
Yxy27.27310.50870.3024
Hunter Lab52.223765.387417.2177
CIE-Lab59.226367.938421.9343

#fd4d6c color RGB value is (253,77,108).

#fd4d6c hex color red value is 253, green value is 77 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fd4d6c hue: 0.97 , saturation: 0.98 and the lightness value of fd4d6c is 0.65.

The process color (four color CMYK) of #fd4d6c color hex is 0.00, 0.70, 0.57, 0.01. Web safe color of #fd4d6c is #ff6666. Color #fd4d6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001101 01101100
Octal 375 115 154
Decimal 253 77 108
Hex FD 4D 6C

RGB Percentages of Color #fd4d6c

%57.76
%17.58
%24.66

CMYK Percentages of Color #fd4d6c

%0
%70
%57
%1

Triadic Colors of #fd4d6c

#fd4d6c #6cfd4d #4d6cfd

Analogous Colors of #fd4d6c

#fd4d6c #fd864d #fd4dc4

Monochromatic Colors of #fd4d6c

#fd4d6c

Complementary Color

#fd4d6c #4dfdde

#fd4d6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4d6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4d6c Color CSS Codes

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

#fd4d6c Text Font Color

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

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


#fd4d6c Background Color

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

This div background color is #fd4d6c


#fd4d6c Border Color

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

This div border color is #fd4d6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4d6c


Comments

No comments written yet.

Please login to write comment.