Color Hex Logo

#f49abd Color Hex

#F49ABD
(244,154,189)
0 Favorites   0 Comments

Color spaces of #f49abd

RGB 244154189
HSL0.940.800.78
HSV337°37°96°
CMYK 0.000.370.23   0.04
XYZ58.049146.018453.9670
Yxy46.01840.36730.2912
Hunter Lab67.836934.03080.3182
CIE-Lab73.557538.1944-3.8681

#f49abd color RGB value is (244,154,189).

#f49abd hex color red value is 244, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f49abd hue: 0.94 , saturation: 0.80 and the lightness value of f49abd is 0.78.

The process color (four color CMYK) of #f49abd color hex is 0.00, 0.37, 0.23, 0.04. Web safe color of #f49abd is #ff99cc. Color #f49abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011010 10111101
Octal 364 232 275
Decimal 244 154 189
Hex F4 9A BD

RGB Percentages of Color #f49abd

%41.57
%26.24
%32.20

CMYK Percentages of Color #f49abd

%0
%37
%23
%4

Triadic Colors of #f49abd

#f49abd #bdf49a #9abdf4

Analogous Colors of #f49abd

#f49abd #f4a49a #f49aea

Monochromatic Colors of #f49abd

#f49abd

Complementary Color

#f49abd #9af4d1

#f49abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49abd Color CSS Codes

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

#f49abd Text Font Color

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

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


#f49abd Background Color

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

This div background color is #f49abd


#f49abd Border Color

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

This div border color is #f49abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49abd


Comments

No comments written yet.

Please login to write comment.