Color Hex Logo

#f48c72 Color Hex

#F48C72
(244,140,114)
0 Favorites   0 Comments

Color spaces of #f48c72

RGB 244140114
HSL0.030.860.70
HSV12°53°96°
CMYK 0.000.430.53   0.04
XYZ49.723639.204220.8660
Yxy39.20420.45290.3571
Hunter Lab62.613332.180524.0708
CIE-Lab68.898936.938531.0703

#f48c72 color RGB value is (244,140,114).

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

The process color (four color CMYK) of #f48c72 color hex is 0.00, 0.43, 0.53, 0.04. Web safe color of #f48c72 is #ff9966. Color #f48c72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001100 01110010
Octal 364 214 162
Decimal 244 140 114
Hex F4 8C 72

RGB Percentages of Color #f48c72

%49.00
%28.11
%22.89

CMYK Percentages of Color #f48c72

%0
%43
%53
%4

Triadic Colors of #f48c72

#f48c72 #72f48c #8c72f4

Analogous Colors of #f48c72

#f48c72 #f4cd72 #f47299

Monochromatic Colors of #f48c72

#f48c72

Complementary Color

#f48c72 #72daf4

#f48c72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48c72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48c72 Color CSS Codes

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

#f48c72 Text Font Color

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

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


#f48c72 Background Color

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

This div background color is #f48c72


#f48c72 Border Color

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

This div border color is #f48c72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48c72


Comments

No comments written yet.

Please login to write comment.