Color Hex Logo

#ff57bf Color Hex

#FF57BF
(255,87,191)
0 Favorites   0 Comments

Color spaces of #ff57bf

RGB 25587191
HSL0.901.000.67
HSV323°66°100°
CMYK 0.000.660.25   0.00
XYZ54.052231.838052.5867
Yxy31.83800.39030.2299
Hunter Lab56.425272.2491-15.7590
CIE-Lab63.208872.8321-20.3497

#ff57bf color RGB value is (255,87,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010111 10111111
Octal 377 127 277
Decimal 255 87 191
Hex FF 57 BF

RGB Percentages of Color #ff57bf

%47.84
%16.32
%35.83

CMYK Percentages of Color #ff57bf

%0
%66
%25
%0

Triadic Colors of #ff57bf

#ff57bf #bfff57 #57bfff

Analogous Colors of #ff57bf

#ff57bf #ff576b #eb57ff

Monochromatic Colors of #ff57bf

#ff57bf

Complementary Color

#ff57bf #57ff97

#ff57bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff57bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff57bf Color CSS Codes

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

#ff57bf Text Font Color

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

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


#ff57bf Background Color

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

This div background color is #ff57bf


#ff57bf Border Color

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

This div border color is #ff57bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff57bf


Comments

No comments written yet.

Please login to write comment.