Color Hex Logo

#fd537e Color Hex

#FD537E
(253,83,126)
0 Favorites   0 Comments

Color spaces of #fd537e

RGB 25383126
HSL0.960.980.66
HSV345°67°99°
CMYK 0.000.670.50   0.01
XYZ47.367228.575522.7578
Yxy28.57550.47990.2895
Hunter Lab53.456164.620012.1778
CIE-Lab60.405167.082213.0414

#fd537e color RGB value is (253,83,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010011 01111110
Octal 375 123 176
Decimal 253 83 126
Hex FD 53 7E

RGB Percentages of Color #fd537e

%54.76
%17.97
%27.27

CMYK Percentages of Color #fd537e

%0
%67
%50
%1

Triadic Colors of #fd537e

#fd537e #7efd53 #537efd

Analogous Colors of #fd537e

#fd537e #fd7d53 #fd53d3

Monochromatic Colors of #fd537e

#fd537e

Complementary Color

#fd537e #53fdd2

#fd537e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd537e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd537e Color CSS Codes

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

#fd537e Text Font Color

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

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


#fd537e Background Color

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

This div background color is #fd537e


#fd537e Border Color

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

This div border color is #fd537e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd537e

Related Colors


Comments

No comments written yet.

Please login to write comment.