Color Hex Logo

#fd547d Color Hex

#FD547D
(253,84,125)
0 Favorites   0 Comments

Color spaces of #fd547d

RGB 25384125
HSL0.960.980.66
HSV345°67°99°
CMYK 0.000.670.51   0.01
XYZ47.380028.704022.4453
Yxy28.70400.48090.2913
Hunter Lab53.576164.098212.6642
CIE-Lab60.519566.625013.7843

#fd547d color RGB value is (253,84,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010100 01111101
Octal 375 124 175
Decimal 253 84 125
Hex FD 54 7D

RGB Percentages of Color #fd547d

%54.76
%18.18
%27.06

CMYK Percentages of Color #fd547d

%0
%67
%51
%1

Triadic Colors of #fd547d

#fd547d #7dfd54 #547dfd

Analogous Colors of #fd547d

#fd547d #fd8054 #fd54d2

Monochromatic Colors of #fd547d

#fd547d

Complementary Color

#fd547d #54fdd4

#fd547d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd547d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd547d Color CSS Codes

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

#fd547d Text Font Color

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

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


#fd547d Background Color

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

This div background color is #fd547d


#fd547d Border Color

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

This div border color is #fd547d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd547d


Comments

No comments written yet.

Please login to write comment.