Color Hex Logo

#f48570 Color Hex

#F48570
(244,133,112)
0 Favorites   0 Comments

Color spaces of #f48570

RGB 244133112
HSL0.030.860.70
HSV10°54°96°
CMYK 0.000.450.54   0.04
XYZ48.620437.178019.9427
Yxy37.17800.45980.3516
Hunter Lab60.973835.631623.2896
CIE-Lab67.410440.352930.2302

#f48570 color RGB value is (244,133,112).

#f48570 hex color red value is 244, green value is 133 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #f48570 hue: 0.03 , saturation: 0.86 and the lightness value of f48570 is 0.70.

The process color (four color CMYK) of #f48570 color hex is 0.00, 0.45, 0.54, 0.04. Web safe color of #f48570 is #ff9966. Color #f48570 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000101 01110000
Octal 364 205 160
Decimal 244 133 112
Hex F4 85 70

RGB Percentages of Color #f48570

%49.90
%27.20
%22.90

CMYK Percentages of Color #f48570

%0
%45
%54
%4

Triadic Colors of #f48570

#f48570 #70f485 #8570f4

Analogous Colors of #f48570

#f48570 #f4c770 #f4709d

Monochromatic Colors of #f48570

#f48570

Complementary Color

#f48570 #70dff4

#f48570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48570 Color CSS Codes

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

#f48570 Text Font Color

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

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


#f48570 Background Color

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

This div background color is #f48570


#f48570 Border Color

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

This div border color is #f48570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48570


Comments

No comments written yet.

Please login to write comment.