Color Hex Logo

#fd778f Color Hex

#FD778F
(253,119,143)
0 Favorites   0 Comments

Color spaces of #fd778f

RGB 253119143
HSL0.970.970.73
HSV349°53°99°
CMYK 0.000.530.43   0.01
XYZ52.062836.059530.2028
Yxy36.05950.44000.3047
Hunter Lab60.049649.672312.2139
CIE-Lab66.565453.218211.9196

#fd778f color RGB value is (253,119,143).

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

The process color (four color CMYK) of #fd778f color hex is 0.00, 0.53, 0.43, 0.01. Web safe color of #fd778f is #ff6699. Color #fd778f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110111 10001111
Octal 375 167 217
Decimal 253 119 143
Hex FD 77 8F

RGB Percentages of Color #fd778f

%49.13
%23.11
%27.77

CMYK Percentages of Color #fd778f

%0
%53
%43
%1

Triadic Colors of #fd778f

#fd778f #8ffd77 #778ffd

Analogous Colors of #fd778f

#fd778f #fda277 #fd77d2

Monochromatic Colors of #fd778f

#fd778f

Complementary Color

#fd778f #77fde5

#fd778f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd778f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd778f Color CSS Codes

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

#fd778f Text Font Color

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

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


#fd778f Background Color

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

This div background color is #fd778f


#fd778f Border Color

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

This div border color is #fd778f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd778f


Comments

No comments written yet.

Please login to write comment.