Color Hex Logo

#f47472 Color Hex

#F47472
(244,116,114)
0 Favorites   0 Comments

Color spaces of #f47472

RGB 244116114
HSL0.000.860.70
HSV53°96°
CMYK 0.000.520.53   0.04
XYZ46.590932.938819.8218
Yxy32.93880.46900.3315
Hunter Lab57.392344.469119.6974
CIE-Lab64.111348.929724.7722

#f47472 color RGB value is (244,116,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110100 01110010
Octal 364 164 162
Decimal 244 116 114
Hex F4 74 72

RGB Percentages of Color #f47472

%51.48
%24.47
%24.05

CMYK Percentages of Color #f47472

%0
%52
%53
%4

Triadic Colors of #f47472

#f47472 #72f474 #7472f4

Analogous Colors of #f47472

#f47472 #f4b572 #f472b1

Monochromatic Colors of #f47472

#f47472

Complementary Color

#f47472 #72f2f4

#f47472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47472 Color CSS Codes

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

#f47472 Text Font Color

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

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


#f47472 Background Color

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

This div background color is #f47472


#f47472 Border Color

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

This div border color is #f47472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47472


Comments

No comments written yet.

Please login to write comment.