Color Hex Logo

#ff5771 Color Hex

#FF5771
(255,87,113)
0 Favorites   0 Comments

Color spaces of #ff5771

RGB 25587113
HSL0.971.000.67
HSV351°66°100°
CMYK 0.000.660.56   0.00
XYZ47.628829.268618.7619
Yxy29.26860.49790.3060
Hunter Lab54.100562.471517.3087
CIE-Lab61.018065.169221.4963

#ff5771 color RGB value is (255,87,113).

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

The process color (four color CMYK) of #ff5771 color hex is 0.00, 0.66, 0.56, 0.00. Web safe color of #ff5771 is #ff6666. Color #ff5771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010111 01110001
Octal 377 127 161
Decimal 255 87 113
Hex FF 57 71

RGB Percentages of Color #ff5771

%56.04
%19.12
%24.84

CMYK Percentages of Color #ff5771

%0
%66
%56
%0

Triadic Colors of #ff5771

#ff5771 #71ff57 #5771ff

Analogous Colors of #ff5771

#ff5771 #ff9157 #ff57c5

Monochromatic Colors of #ff5771

#ff5771

Complementary Color

#ff5771 #57ffe5

#ff5771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5771 Color CSS Codes

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

#ff5771 Text Font Color

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

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


#ff5771 Background Color

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

This div background color is #ff5771


#ff5771 Border Color

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

This div border color is #ff5771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5771


Comments

No comments written yet.

Please login to write comment.