Color Hex Logo

#fd547b Color Hex

#FD547B
(253,84,123)
0 Favorites   0 Comments

Color spaces of #fd547b

RGB 25384123
HSL0.960.980.66
HSV346°67°99°
CMYK 0.000.670.51   0.01
XYZ47.253528.653421.7790
Yxy28.65340.48370.2933
Hunter Lab53.528963.898313.3472
CIE-Lab60.474566.465814.8876

#fd547b color RGB value is (253,84,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010100 01111011
Octal 375 124 173
Decimal 253 84 123
Hex FD 54 7B

RGB Percentages of Color #fd547b

%55.00
%18.26
%26.74

CMYK Percentages of Color #fd547b

%0
%67
%51
%1

Triadic Colors of #fd547b

#fd547b #7bfd54 #547bfd

Analogous Colors of #fd547b

#fd547b #fd8254 #fd54d0

Monochromatic Colors of #fd547b

#fd547b

Complementary Color

#fd547b #54fdd6

#fd547b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd547b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd547b Color CSS Codes

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

#fd547b Text Font Color

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

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


#fd547b Background Color

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

This div background color is #fd547b


#fd547b Border Color

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

This div border color is #fd547b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd547b


Comments

No comments written yet.

Please login to write comment.