Color Hex Logo

#fd8570 Color Hex

#FD8570
(253,133,112)
0 Favorites   0 Comments

Color spaces of #fd8570

RGB 253133112
HSL0.020.970.72
HSV56°99°
CMYK 0.000.470.56   0.01
XYZ51.820238.827620.0925
Yxy38.82760.46790.3506
Hunter Lab62.311839.399924.5001
CIE-Lab68.626243.698832.0428

#fd8570 color RGB value is (253,133,112).

#fd8570 hex color red value is 253, green value is 133 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fd8570 hue: 0.02 , saturation: 0.97 and the lightness value of fd8570 is 0.72.

The process color (four color CMYK) of #fd8570 color hex is 0.00, 0.47, 0.56, 0.01. Web safe color of #fd8570 is #ff9966. Color #fd8570 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000101 01110000
Octal 375 205 160
Decimal 253 133 112
Hex FD 85 70

RGB Percentages of Color #fd8570

%50.80
%26.71
%22.49

CMYK Percentages of Color #fd8570

%0
%47
%56
%1

Triadic Colors of #fd8570

#fd8570 #70fd85 #8570fd

Analogous Colors of #fd8570

#fd8570 #fdcc70 #fd70a2

Monochromatic Colors of #fd8570

#fd8570

Complementary Color

#fd8570 #70e8fd

#fd8570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8570 Color CSS Codes

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

#fd8570 Text Font Color

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

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


#fd8570 Background Color

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

This div background color is #fd8570


#fd8570 Border Color

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

This div border color is #fd8570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8570


Comments

No comments written yet.

Please login to write comment.