Color Hex Logo

#fd548b Color Hex

#FD548B
(253,84,139)
0 Favorites   0 Comments

Color spaces of #fd548b

RGB 25384139
HSL0.950.980.66
HSV340°67°99°
CMYK 0.000.670.45   0.01
XYZ48.338529.087427.4928
Yxy29.08740.46070.2772
Hunter Lab53.932765.60267.5292
CIE-Lab60.858767.81866.1045

#fd548b color RGB value is (253,84,139).

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

The process color (four color CMYK) of #fd548b color hex is 0.00, 0.67, 0.45, 0.01. Web safe color of #fd548b is #ff6699. Color #fd548b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010100 10001011
Octal 375 124 213
Decimal 253 84 139
Hex FD 54 8B

RGB Percentages of Color #fd548b

%53.15
%17.65
%29.20

CMYK Percentages of Color #fd548b

%0
%67
%45
%1

Triadic Colors of #fd548b

#fd548b #8bfd54 #548bfd

Analogous Colors of #fd548b

#fd548b #fd7254 #fd54e0

Monochromatic Colors of #fd548b

#fd548b

Complementary Color

#fd548b #54fdc6

#fd548b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd548b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd548b Color CSS Codes

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

#fd548b Text Font Color

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

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


#fd548b Background Color

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

This div background color is #fd548b


#fd548b Border Color

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

This div border color is #fd548b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd548b


Comments

No comments written yet.

Please login to write comment.