Color Hex Logo

#fd568c Color Hex

#FD568C
(253,86,140)
0 Favorites   0 Comments

Color spaces of #fd568c

RGB 25386140
HSL0.950.980.66
HSV341°66°99°
CMYK 0.000.660.45   0.01
XYZ48.569429.431727.9319
Yxy29.43170.45850.2778
Hunter Lab54.251064.86687.4494
CIE-Lab61.160767.15105.9559

#fd568c color RGB value is (253,86,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010110 10001100
Octal 375 126 214
Decimal 253 86 140
Hex FD 56 8C

RGB Percentages of Color #fd568c

%52.82
%17.95
%29.23

CMYK Percentages of Color #fd568c

%0
%66
%45
%1

Triadic Colors of #fd568c

#fd568c #8cfd56 #568cfd

Analogous Colors of #fd568c

#fd568c #fd7456 #fd56e0

Monochromatic Colors of #fd568c

#fd568c

Complementary Color

#fd568c #56fdc7

#fd568c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd568c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd568c Color CSS Codes

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

#fd568c Text Font Color

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

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


#fd568c Background Color

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

This div background color is #fd568c


#fd568c Border Color

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

This div border color is #fd568c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd568c


Comments

No comments written yet.

Please login to write comment.