Color Hex Logo

#ff7570 Color Hex

#FF7570
(255,117,112)
0 Favorites   0 Comments

Color spaces of #ff7570

RGB 255117112
HSL0.011.000.72
HSV56°100°
CMYK 0.000.540.56   0.00
XYZ50.525935.152419.4513
Yxy35.15240.48060.3344
Hunter Lab59.289548.359422.0511
CIE-Lab65.867152.161928.5102

#ff7570 color RGB value is (255,117,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110101 01110000
Octal 377 165 160
Decimal 255 117 112
Hex FF 75 70

RGB Percentages of Color #ff7570

%52.69
%24.17
%23.14

CMYK Percentages of Color #ff7570

%0
%54
%56
%0

Triadic Colors of #ff7570

#ff7570 #70ff75 #7570ff

Analogous Colors of #ff7570

#ff7570 #ffbd70 #ff70b3

Monochromatic Colors of #ff7570

#ff7570

Complementary Color

#ff7570 #70faff

#ff7570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7570 Color CSS Codes

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

#ff7570 Text Font Color

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

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


#ff7570 Background Color

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

This div background color is #ff7570


#ff7570 Border Color

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

This div border color is #ff7570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7570

Related Colors


Comments

No comments written yet.

Please login to write comment.