Color Hex Logo

#fd716f Color Hex

#FD716F
(253,113,111)
0 Favorites   0 Comments

Color spaces of #fd716f

RGB 253113111
HSL0.000.970.71
HSV56°99°
CMYK 0.000.550.56   0.01
XYZ49.282433.840618.9733
Yxy33.84060.48270.3315
Hunter Lab58.172749.418521.3832
CIE-Lab64.835853.256727.6624

#fd716f color RGB value is (253,113,111).

#fd716f hex color red value is 253, green value is 113 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fd716f hue: 0.00 , saturation: 0.97 and the lightness value of fd716f is 0.71.

The process color (four color CMYK) of #fd716f color hex is 0.00, 0.55, 0.56, 0.01. Web safe color of #fd716f is #ff6666. Color #fd716f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110001 01101111
Octal 375 161 157
Decimal 253 113 111
Hex FD 71 6F

RGB Percentages of Color #fd716f

%53.04
%23.69
%23.27

CMYK Percentages of Color #fd716f

%0
%55
%56
%1

Triadic Colors of #fd716f

#fd716f #6ffd71 #716ffd

Analogous Colors of #fd716f

#fd716f #fdb86f #fd6fb4

Monochromatic Colors of #fd716f

#fd716f

Complementary Color

#fd716f #6ffbfd

#fd716f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd716f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd716f Color CSS Codes

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

#fd716f Text Font Color

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

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


#fd716f Background Color

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

This div background color is #fd716f


#fd716f Border Color

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

This div border color is #fd716f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd716f


Comments

No comments written yet.

Please login to write comment.