Color Hex Logo

#f48d63 Color Hex

#F48D63
(244,141,99)
0 Favorites   0 Comments

Color spaces of #f48d63

RGB 24414199
HSL0.050.870.67
HSV17°59°96°
CMYK 0.000.420.59   0.04
XYZ49.085239.183716.7805
Yxy39.18370.46730.3730
Hunter Lab62.596930.425827.9238
CIE-Lab68.884135.270739.1231

#f48d63 color RGB value is (244,141,99).

#f48d63 hex color red value is 244, green value is 141 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #f48d63 hue: 0.05 , saturation: 0.87 and the lightness value of f48d63 is 0.67.

The process color (four color CMYK) of #f48d63 color hex is 0.00, 0.42, 0.59, 0.04. Web safe color of #f48d63 is #ff9966. Color #f48d63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001101 01100011
Octal 364 215 143
Decimal 244 141 99
Hex F4 8D 63

RGB Percentages of Color #f48d63

%50.41
%29.13
%20.45

CMYK Percentages of Color #f48d63

%0
%42
%59
%4

Triadic Colors of #f48d63

#f48d63 #63f48d #8d63f4

Analogous Colors of #f48d63

#f48d63 #f4d663 #f46382

Monochromatic Colors of #f48d63

#f48d63

Complementary Color

#f48d63 #63caf4

#f48d63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48d63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48d63 Color CSS Codes

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

#f48d63 Text Font Color

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

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


#f48d63 Background Color

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

This div background color is #f48d63


#f48d63 Border Color

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

This div border color is #f48d63


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,141,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48d63


Comments

No comments written yet.

Please login to write comment.