Color Hex Logo

#fd558b Color Hex

#FD558B
(253,85,139)
0 Favorites   0 Comments

Color spaces of #fd558b

RGB 25385139
HSL0.950.980.66
HSV341°66°99°
CMYK 0.000.660.45   0.01
XYZ48.416729.243727.5189
Yxy29.24370.46030.2780
Hunter Lab54.077465.17947.6827
CIE-Lab60.996167.44136.3015

#fd558b color RGB value is (253,85,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010101 10001011
Octal 375 125 213
Decimal 253 85 139
Hex FD 55 8B

RGB Percentages of Color #fd558b

%53.04
%17.82
%29.14

CMYK Percentages of Color #fd558b

%0
%66
%45
%1

Triadic Colors of #fd558b

#fd558b #8bfd55 #558bfd

Analogous Colors of #fd558b

#fd558b #fd7355 #fd55df

Monochromatic Colors of #fd558b

#fd558b

Complementary Color

#fd558b #55fdc7

#fd558b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd558b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd558b Color CSS Codes

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

#fd558b Text Font Color

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

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


#fd558b Background Color

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

This div background color is #fd558b


#fd558b Border Color

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

This div border color is #fd558b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd558b


Comments

No comments written yet.

Please login to write comment.