Color Hex Logo

#fd568b Color Hex

#FD568B
(253,86,139)
0 Favorites   0 Comments

Color spaces of #fd568b

RGB 25386139
HSL0.950.980.66
HSV341°66°99°
CMYK 0.000.660.45   0.01
XYZ48.496029.402327.5453
Yxy29.40230.45990.2788
Hunter Lab54.223964.75257.8379
CIE-Lab61.135067.06036.5006

#fd568b color RGB value is (253,86,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010110 10001011
Octal 375 126 213
Decimal 253 86 139
Hex FD 56 8B

RGB Percentages of Color #fd568b

%52.93
%17.99
%29.08

CMYK Percentages of Color #fd568b

%0
%66
%45
%1

Triadic Colors of #fd568b

#fd568b #8bfd56 #568bfd

Analogous Colors of #fd568b

#fd568b #fd7556 #fd56df

Monochromatic Colors of #fd568b

#fd568b

Complementary Color

#fd568b #56fdc8

#fd568b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd568b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd568b Color CSS Codes

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

#fd568b Text Font Color

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

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


#fd568b Background Color

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

This div background color is #fd568b


#fd568b Border Color

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

This div border color is #fd568b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd568b


Comments

No comments written yet.

Please login to write comment.