Color Hex Logo

#f49a8a Color Hex

#F49A8A
(244,154,138)
0 Favorites   0 Comments

Color spaces of #f49a8a

RGB 244154138
HSL0.030.830.75
HSV43°96°
CMYK 0.000.370.43   0.04
XYZ53.451344.179329.7550
Yxy44.17930.41960.3468
Hunter Lab66.467527.226519.9854
CIE-Lab72.348231.897322.5378

#f49a8a color RGB value is (244,154,138).

#f49a8a hex color red value is 244, green value is 154 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f49a8a hue: 0.03 , saturation: 0.83 and the lightness value of f49a8a is 0.75.

The process color (four color CMYK) of #f49a8a color hex is 0.00, 0.37, 0.43, 0.04. Web safe color of #f49a8a is #ff9999. Color #f49a8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011010 10001010
Octal 364 232 212
Decimal 244 154 138
Hex F4 9A 8A

RGB Percentages of Color #f49a8a

%45.52
%28.73
%25.75

CMYK Percentages of Color #f49a8a

%0
%37
%43
%4

Triadic Colors of #f49a8a

#f49a8a #8af49a #9a8af4

Analogous Colors of #f49a8a

#f49a8a #f4cf8a #f48aaf

Monochromatic Colors of #f49a8a

#f49a8a

Complementary Color

#f49a8a #8ae4f4

#f49a8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49a8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49a8a Color CSS Codes

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

#f49a8a Text Font Color

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

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


#f49a8a Background Color

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

This div background color is #f49a8a


#f49a8a Border Color

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

This div border color is #f49a8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49a8a


Comments

No comments written yet.

Please login to write comment.