Color Hex Logo

#f47672 Color Hex

#F47672
(244,118,114)
0 Favorites   0 Comments

Color spaces of #f47672

RGB 244118114
HSL0.010.860.70
HSV53°96°
CMYK 0.000.520.53   0.04
XYZ46.823933.404919.8995
Yxy33.40490.46760.3336
Hunter Lab57.797043.466120.0443
CIE-Lab64.487447.964725.2728

#f47672 color RGB value is (244,118,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110110 01110010
Octal 364 166 162
Decimal 244 118 114
Hex F4 76 72

RGB Percentages of Color #f47672

%51.26
%24.79
%23.95

CMYK Percentages of Color #f47672

%0
%52
%53
%4

Triadic Colors of #f47672

#f47672 #72f476 #7672f4

Analogous Colors of #f47672

#f47672 #f4b772 #f472af

Monochromatic Colors of #f47672

#f47672

Complementary Color

#f47672 #72f0f4

#f47672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47672 Color CSS Codes

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

#f47672 Text Font Color

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

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


#f47672 Background Color

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

This div background color is #f47672


#f47672 Border Color

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

This div border color is #f47672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47672


Comments

No comments written yet.

Please login to write comment.