Color Hex Logo

#fd707f Color Hex

#FD707F
(253,112,127)
0 Favorites   0 Comments

Color spaces of #fd707f

RGB 253112127
HSL0.980.970.72
HSV354°56°99°
CMYK 0.000.560.50   0.01
XYZ50.132934.003323.9997
Yxy34.00330.46360.3144
Hunter Lab58.312351.415316.4166
CIE-Lab64.965254.996718.7826

#fd707f color RGB value is (253,112,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110000 01111111
Octal 375 160 177
Decimal 253 112 127
Hex FD 70 7F

RGB Percentages of Color #fd707f

%51.42
%22.76
%25.81

CMYK Percentages of Color #fd707f

%0
%56
%50
%1

Triadic Colors of #fd707f

#fd707f #7ffd70 #707ffd

Analogous Colors of #fd707f

#fd707f #fda870 #fd70c6

Monochromatic Colors of #fd707f

#fd707f

Complementary Color

#fd707f #70fdee

#fd707f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd707f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd707f Color CSS Codes

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

#fd707f Text Font Color

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

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


#fd707f Background Color

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

This div background color is #fd707f


#fd707f Border Color

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

This div border color is #fd707f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,112,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 #fd707f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd707f


Comments

No comments written yet.

Please login to write comment.