Color Hex Logo

#fd637d Color Hex

#FD637D
(253,99,125)
0 Favorites   0 Comments

Color spaces of #fd637d

RGB 25399125
HSL0.970.970.69
HSV350°61°99°
CMYK 0.000.610.51   0.01
XYZ48.671531.287022.8758
Yxy31.28700.47330.3042
Hunter Lab55.934857.435414.9064
CIE-Lab62.749260.584316.8780

#fd637d color RGB value is (253,99,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100011 01111101
Octal 375 143 175
Decimal 253 99 125
Hex FD 63 7D

RGB Percentages of Color #fd637d

%53.04
%20.75
%26.21

CMYK Percentages of Color #fd637d

%0
%61
%51
%1

Triadic Colors of #fd637d

#fd637d #7dfd63 #637dfd

Analogous Colors of #fd637d

#fd637d #fd9663 #fd63ca

Monochromatic Colors of #fd637d

#fd637d

Complementary Color

#fd637d #63fde3

#fd637d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd637d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd637d Color CSS Codes

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

#fd637d Text Font Color

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

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


#fd637d Background Color

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

This div background color is #fd637d


#fd637d Border Color

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

This div border color is #fd637d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd637d


Comments

No comments written yet.

Please login to write comment.