Color Hex Logo

#fd537c Color Hex

#FD537C
(253,83,124)
0 Favorites   0 Comments

Color spaces of #fd537c

RGB 25383124
HSL0.960.980.66
HSV346°67°99°
CMYK 0.000.670.51   0.01
XYZ47.239428.524422.0848
Yxy28.52440.48280.2915
Hunter Lab53.408264.418212.8688
CIE-Lab60.359666.921814.1445

#fd537c color RGB value is (253,83,124).

#fd537c hex color red value is 253, green value is 83 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fd537c hue: 0.96 , saturation: 0.98 and the lightness value of fd537c is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010011 01111100
Octal 375 123 174
Decimal 253 83 124
Hex FD 53 7C

RGB Percentages of Color #fd537c

%55.00
%18.04
%26.96

CMYK Percentages of Color #fd537c

%0
%67
%51
%1

Triadic Colors of #fd537c

#fd537c #7cfd53 #537cfd

Analogous Colors of #fd537c

#fd537c #fd7f53 #fd53d1

Monochromatic Colors of #fd537c

#fd537c

Complementary Color

#fd537c #53fdd4

#fd537c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd537c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd537c Color CSS Codes

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

#fd537c Text Font Color

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

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


#fd537c Background Color

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

This div background color is #fd537c


#fd537c Border Color

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

This div border color is #fd537c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd537c


Comments

No comments written yet.

Please login to write comment.