Color Hex Logo

#f49abe Color Hex

#F49ABE
(244,154,190)
0 Favorites   0 Comments

Color spaces of #f49abe

RGB 244154190
HSL0.930.800.78
HSV336°37°96°
CMYK 0.000.370.22   0.04
XYZ58.158146.062054.5408
Yxy46.06200.36630.2901
Hunter Lab67.869034.1890-0.1383
CIE-Lab73.585738.3378-4.3784

#f49abe color RGB value is (244,154,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011010 10111110
Octal 364 232 276
Decimal 244 154 190
Hex F4 9A BE

RGB Percentages of Color #f49abe

%41.50
%26.19
%32.31

CMYK Percentages of Color #f49abe

%0
%37
%22
%4

Triadic Colors of #f49abe

#f49abe #bef49a #9abef4

Analogous Colors of #f49abe

#f49abe #f4a39a #f49aeb

Monochromatic Colors of #f49abe

#f49abe

Complementary Color

#f49abe #9af4d0

#f49abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49abe Color CSS Codes

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

#f49abe Text Font Color

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

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


#f49abe Background Color

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

This div background color is #f49abe


#f49abe Border Color

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

This div border color is #f49abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49abe


Comments

No comments written yet.

Please login to write comment.