Color Hex Logo

#fd57cc Color Hex

#FD57CC
(253,87,204)
0 Favorites   0 Comments

Color spaces of #fd57cc

RGB 25387204
HSL0.880.980.67
HSV318°66°99°
CMYK 0.000.660.19   0.01
XYZ54.815332.058760.4256
Yxy32.05870.37210.2176
Hunter Lab56.620473.7236-23.6403
CIE-Lab63.391473.9853-27.4736

#fd57cc color RGB value is (253,87,204).

#fd57cc hex color red value is 253, green value is 87 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fd57cc hue: 0.88 , saturation: 0.98 and the lightness value of fd57cc is 0.67.

The process color (four color CMYK) of #fd57cc color hex is 0.00, 0.66, 0.19, 0.01. Web safe color of #fd57cc is #ff66cc. Color #fd57cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010111 11001100
Octal 375 127 314
Decimal 253 87 204
Hex FD 57 CC

RGB Percentages of Color #fd57cc

%46.51
%15.99
%37.50

CMYK Percentages of Color #fd57cc

%0
%66
%19
%1

Triadic Colors of #fd57cc

#fd57cc #ccfd57 #57ccfd

Analogous Colors of #fd57cc

#fd57cc #fd5779 #db57fd

Monochromatic Colors of #fd57cc

#fd57cc

Complementary Color

#fd57cc #57fd88

#fd57cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd57cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd57cc Color CSS Codes

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

#fd57cc Text Font Color

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

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


#fd57cc Background Color

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

This div background color is #fd57cc


#fd57cc Border Color

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

This div border color is #fd57cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd57cc


Comments

No comments written yet.

Please login to write comment.