Color Hex Logo

#ff7571 Color Hex

#FF7571
(255,117,113)
0 Favorites   0 Comments

Color spaces of #ff7571

RGB 255117113
HSL0.001.000.72
HSV56°100°
CMYK 0.000.540.56   0.00
XYZ50.581935.174819.7462
Yxy35.17480.47940.3334
Hunter Lab59.308348.446521.7758
CIE-Lab65.884552.236527.9738

#ff7571 color RGB value is (255,117,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110101 01110001
Octal 377 165 161
Decimal 255 117 113
Hex FF 75 71

RGB Percentages of Color #ff7571

%52.58
%24.12
%23.30

CMYK Percentages of Color #ff7571

%0
%54
%56
%0

Triadic Colors of #ff7571

#ff7571 #71ff75 #7571ff

Analogous Colors of #ff7571

#ff7571 #ffbc71 #ff71b4

Monochromatic Colors of #ff7571

#ff7571

Complementary Color

#ff7571 #71fbff

#ff7571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7571 Color CSS Codes

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

#ff7571 Text Font Color

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

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


#ff7571 Background Color

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

This div background color is #ff7571


#ff7571 Border Color

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

This div border color is #ff7571


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,117,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 #ff7571">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7571


Comments

No comments written yet.

Please login to write comment.