Color Hex Logo

#fd537d Color Hex

#FD537D
(253,83,125)
0 Favorites   0 Comments

Color spaces of #fd537d

RGB 25383125
HSL0.960.980.66
HSV345°67°99°
CMYK 0.000.670.51   0.01
XYZ47.302928.549822.4196
Yxy28.54980.48130.2905
Hunter Lab53.432064.518512.5248
CIE-Lab60.382267.001513.5928

#fd537d color RGB value is (253,83,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010011 01111101
Octal 375 123 175
Decimal 253 83 125
Hex FD 53 7D

RGB Percentages of Color #fd537d

%54.88
%18.00
%27.11

CMYK Percentages of Color #fd537d

%0
%67
%51
%1

Triadic Colors of #fd537d

#fd537d #7dfd53 #537dfd

Analogous Colors of #fd537d

#fd537d #fd7e53 #fd53d2

Monochromatic Colors of #fd537d

#fd537d

Complementary Color

#fd537d #53fdd3

#fd537d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd537d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd537d Color CSS Codes

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

#fd537d Text Font Color

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

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


#fd537d Background Color

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

This div background color is #fd537d


#fd537d Border Color

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

This div border color is #fd537d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd537d

Related Colors


Comments

No comments written yet.

Please login to write comment.