Color Hex Logo

#fd637f Color Hex

#FD637F
(253,99,127)
0 Favorites   0 Comments

Color spaces of #fd637f

RGB 25399127
HSL0.970.970.69
HSV349°61°99°
CMYK 0.000.610.50   0.01
XYZ48.800631.338623.5556
Yxy31.33860.47060.3022
Hunter Lab55.980957.638514.2386
CIE-Lab62.792460.751215.7863

#fd637f color RGB value is (253,99,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100011 01111111
Octal 375 143 177
Decimal 253 99 127
Hex FD 63 7F

RGB Percentages of Color #fd637f

%52.82
%20.67
%26.51

CMYK Percentages of Color #fd637f

%0
%61
%50
%1

Triadic Colors of #fd637f

#fd637f #7ffd63 #637ffd

Analogous Colors of #fd637f

#fd637f #fd9463 #fd63cc

Monochromatic Colors of #fd637f

#fd637f

Complementary Color

#fd637f #63fde1

#fd637f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd637f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd637f Color CSS Codes

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

#fd637f Text Font Color

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

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


#fd637f Background Color

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

This div background color is #fd637f


#fd637f Border Color

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

This div border color is #fd637f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd637f


Comments

No comments written yet.

Please login to write comment.