Color Hex Logo

#f49a7e Color Hex

#F49A7E
(244,154,126)
0 Favorites   0 Comments

Color spaces of #f49a7e

RGB 244154126
HSL0.040.840.73
HSV14°48°96°
CMYK 0.000.370.48   0.04
XYZ52.629743.850725.4288
Yxy43.85070.43170.3597
Hunter Lab66.219925.982123.5862
CIE-Lab72.128630.718328.7814

#f49a7e color RGB value is (244,154,126).

#f49a7e hex color red value is 244, green value is 154 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #f49a7e hue: 0.04 , saturation: 0.84 and the lightness value of f49a7e is 0.73.

The process color (four color CMYK) of #f49a7e color hex is 0.00, 0.37, 0.48, 0.04. Web safe color of #f49a7e is #ff9966. Color #f49a7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011010 01111110
Octal 364 232 176
Decimal 244 154 126
Hex F4 9A 7E

RGB Percentages of Color #f49a7e

%46.56
%29.39
%24.05

CMYK Percentages of Color #f49a7e

%0
%37
%48
%4

Triadic Colors of #f49a7e

#f49a7e #7ef49a #9a7ef4

Analogous Colors of #f49a7e

#f49a7e #f4d57e #f47e9d

Monochromatic Colors of #f49a7e

#f49a7e

Complementary Color

#f49a7e #7ed8f4

#f49a7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49a7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49a7e Color CSS Codes

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

#f49a7e Text Font Color

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

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


#f49a7e Background Color

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

This div background color is #f49a7e


#f49a7e Border Color

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

This div border color is #f49a7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49a7e


Comments

No comments written yet.

Please login to write comment.