Color Hex Logo

#f47279 Color Hex

#F47279
(244,114,121)
0 Favorites   0 Comments

Color spaces of #f47279

RGB 244114121
HSL0.990.860.70
HSV357°53°96°
CMYK 0.000.530.50   0.04
XYZ46.776732.648221.9255
Yxy32.64820.46150.3221
Hunter Lab57.138646.137017.2460
CIE-Lab63.875050.471620.4889

#f47279 color RGB value is (244,114,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110010 01111001
Octal 364 162 171
Decimal 244 114 121
Hex F4 72 79

RGB Percentages of Color #f47279

%50.94
%23.80
%25.26

CMYK Percentages of Color #f47279

%0
%53
%50
%4

Triadic Colors of #f47279

#f47279 #79f472 #7279f4

Analogous Colors of #f47279

#f47279 #f4ac72 #f472ba

Monochromatic Colors of #f47279

#f47279

Complementary Color

#f47279 #72f4ed

#f47279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47279 Color CSS Codes

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

#f47279 Text Font Color

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

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


#f47279 Background Color

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

This div background color is #f47279


#f47279 Border Color

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

This div border color is #f47279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47279


Comments

No comments written yet.

Please login to write comment.