Color Hex Logo

#f47572 Color Hex

#F47572
(244,117,114)
0 Favorites   0 Comments

Color spaces of #f47572

RGB 244117114
HSL0.000.860.70
HSV53°96°
CMYK 0.000.520.53   0.04
XYZ46.706833.170619.8604
Yxy33.17060.46830.3326
Hunter Lab57.593943.968319.8705
CIE-Lab64.298848.448225.0220

#f47572 color RGB value is (244,117,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110101 01110010
Octal 364 165 162
Decimal 244 117 114
Hex F4 75 72

RGB Percentages of Color #f47572

%51.37
%24.63
%24.00

CMYK Percentages of Color #f47572

%0
%52
%53
%4

Triadic Colors of #f47572

#f47572 #72f475 #7572f4

Analogous Colors of #f47572

#f47572 #f4b672 #f472b0

Monochromatic Colors of #f47572

#f47572

Complementary Color

#f47572 #72f1f4

#f47572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47572 Color CSS Codes

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

#f47572 Text Font Color

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

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


#f47572 Background Color

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

This div background color is #f47572


#f47572 Border Color

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

This div border color is #f47572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47572


Comments

No comments written yet.

Please login to write comment.