Color Hex Logo

#fd506c Color Hex

#FD506C
(253,80,108)
0 Favorites   0 Comments

Color spaces of #fd506c

RGB 25380108
HSL0.970.980.65
HSV350°68°99°
CMYK 0.000.680.57   0.01
XYZ46.083427.702717.1056
Yxy27.70270.50700.3048
Hunter Lab52.633464.178217.5744
CIE-Lab59.619266.855722.4610

#fd506c color RGB value is (253,80,108).

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

The process color (four color CMYK) of #fd506c color hex is 0.00, 0.68, 0.57, 0.01. Web safe color of #fd506c is #ff6666. Color #fd506c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010000 01101100
Octal 375 120 154
Decimal 253 80 108
Hex FD 50 6C

RGB Percentages of Color #fd506c

%57.37
%18.14
%24.49

CMYK Percentages of Color #fd506c

%0
%68
%57
%1

Triadic Colors of #fd506c

#fd506c #6cfd50 #506cfd

Analogous Colors of #fd506c

#fd506c #fd8b50 #fd50c3

Monochromatic Colors of #fd506c

#fd506c

Complementary Color

#fd506c #50fde1

#fd506c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd506c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd506c Color CSS Codes

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

#fd506c Text Font Color

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

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


#fd506c Background Color

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

This div background color is #fd506c


#fd506c Border Color

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

This div border color is #fd506c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd506c


Comments

No comments written yet.

Please login to write comment.