Color Hex Logo

#fd777f Color Hex

#FD777F
(253,119,127)
0 Favorites   0 Comments

Color spaces of #fd777f

RGB 253119127
HSL0.990.970.73
HSV356°53°99°
CMYK 0.000.530.50   0.01
XYZ50.935635.608624.2672
Yxy35.60860.45970.3213
Hunter Lab59.672947.936317.6596
CIE-Lab66.219851.733720.4985

#fd777f color RGB value is (253,119,127).

#fd777f hex color red value is 253, green value is 119 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fd777f hue: 0.99 , saturation: 0.97 and the lightness value of fd777f is 0.73.

The process color (four color CMYK) of #fd777f color hex is 0.00, 0.53, 0.50, 0.01. Web safe color of #fd777f is #ff6666. Color #fd777f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110111 01111111
Octal 375 167 177
Decimal 253 119 127
Hex FD 77 7F

RGB Percentages of Color #fd777f

%50.70
%23.85
%25.45

CMYK Percentages of Color #fd777f

%0
%53
%50
%1

Triadic Colors of #fd777f

#fd777f #7ffd77 #777ffd

Analogous Colors of #fd777f

#fd777f #fdb277 #fd77c2

Monochromatic Colors of #fd777f

#fd777f

Complementary Color

#fd777f #77fdf5

#fd777f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd777f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd777f Color CSS Codes

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

#fd777f Text Font Color

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

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


#fd777f Background Color

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

This div background color is #fd777f


#fd777f Border Color

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

This div border color is #fd777f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd777f


Comments

No comments written yet.

Please login to write comment.