Color Hex Logo

#fd57ff Color Hex

#FD57FF
(253,87,255)
0 Favorites   0 Comments

Color spaces of #fd57ff

RGB 25387255
HSL0.831.000.67
HSV299°66°100°
CMYK 0.010.660.00   0.00
XYZ61.966234.919098.0818
Yxy34.91900.31780.1791
Hunter Lab59.092383.7697-57.0453
CIE-Lab65.685681.4601-52.3179

#fd57ff color RGB value is (253,87,255).

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

The process color (four color CMYK) of #fd57ff color hex is 0.01, 0.66, 0.00, 0.00. Web safe color of #fd57ff is #ff66ff. Color #fd57ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010111 11111111
Octal 375 127 377
Decimal 253 87 255
Hex FD 57 FF

RGB Percentages of Color #fd57ff

%42.52
%14.62
%42.86

CMYK Percentages of Color #fd57ff

%1
%66
%0
%0

Triadic Colors of #fd57ff

#fd57ff #fffd57 #57fffd

Analogous Colors of #fd57ff

#fd57ff #ff57ad #a957ff

Monochromatic Colors of #fd57ff

#fd57ff

Complementary Color

#fd57ff #59ff57

#fd57ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd57ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd57ff Color CSS Codes

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

#fd57ff Text Font Color

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

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


#fd57ff Background Color

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

This div background color is #fd57ff


#fd57ff Border Color

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

This div border color is #fd57ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd57ff

Related Colors


Comments

No comments written yet.

Please login to write comment.