Color Hex Logo

#f47072 Color Hex

#F47072
(244,112,114)
0 Favorites   0 Comments

Color spaces of #f47072

RGB 244112114
HSL1.000.860.70
HSV359°54°96°
CMYK 0.000.540.53   0.04
XYZ46.139732.036319.6714
Yxy32.03630.47150.3274
Hunter Lab56.600646.458619.0143
CIE-Lab63.372950.835923.7865

#f47072 color RGB value is (244,112,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110000 01110010
Octal 364 160 162
Decimal 244 112 114
Hex F4 70 72

RGB Percentages of Color #f47072

%51.91
%23.83
%24.26

CMYK Percentages of Color #f47072

%0
%54
%53
%4

Triadic Colors of #f47072

#f47072 #72f470 #7072f4

Analogous Colors of #f47072

#f47072 #f4b070 #f470b4

Monochromatic Colors of #f47072

#f47072

Complementary Color

#f47072 #70f4f2

#f47072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47072 Color CSS Codes

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

#f47072 Text Font Color

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

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


#f47072 Background Color

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

This div background color is #f47072


#f47072 Border Color

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

This div border color is #f47072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47072


Comments

No comments written yet.

Please login to write comment.