Color Hex Logo

#fd546d Color Hex

#FD546D
(253,84,109)
0 Favorites   0 Comments

Color spaces of #fd546d

RGB 25384109
HSL0.980.980.66
HSV351°67°99°
CMYK 0.000.670.57   0.01
XYZ46.438728.327417.4881
Yxy28.32740.50340.3071
Hunter Lab53.223562.604217.7750
CIE-Lab60.183465.430822.6353

#fd546d color RGB value is (253,84,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010100 01101101
Octal 375 124 155
Decimal 253 84 109
Hex FD 54 6D

RGB Percentages of Color #fd546d

%56.73
%18.83
%24.44

CMYK Percentages of Color #fd546d

%0
%67
%57
%1

Triadic Colors of #fd546d

#fd546d #6dfd54 #546dfd

Analogous Colors of #fd546d

#fd546d #fd9054 #fd54c2

Monochromatic Colors of #fd546d

#fd546d

Complementary Color

#fd546d #54fde4

#fd546d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd546d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd546d Color CSS Codes

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

#fd546d Text Font Color

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

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


#fd546d Background Color

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

This div background color is #fd546d


#fd546d Border Color

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

This div border color is #fd546d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd546d

#fd546d Color Palettes


Comments

No comments written yet.

Please login to write comment.