Color Hex Logo

#f49abf Color Hex

#F49ABF
(244,154,191)
0 Favorites   0 Comments

Color spaces of #f49abf

RGB 244154191
HSL0.930.800.78
HSV335°37°96°
CMYK 0.000.370.22   0.04
XYZ58.267846.105955.1185
Yxy46.10590.36530.2891
Hunter Lab67.901334.3479-0.5974
CIE-Lab73.614238.4819-4.8882

#f49abf color RGB value is (244,154,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011010 10111111
Octal 364 232 277
Decimal 244 154 191
Hex F4 9A BF

RGB Percentages of Color #f49abf

%41.43
%26.15
%32.43

CMYK Percentages of Color #f49abf

%0
%37
%22
%4

Triadic Colors of #f49abf

#f49abf #bff49a #9abff4

Analogous Colors of #f49abf

#f49abf #f4a29a #f49aec

Monochromatic Colors of #f49abf

#f49abf

Complementary Color

#f49abf #9af4cf

#f49abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49abf Color CSS Codes

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

#f49abf Text Font Color

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

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


#f49abf Background Color

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

This div background color is #f49abf


#f49abf Border Color

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

This div border color is #f49abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49abf


Comments

No comments written yet.

Please login to write comment.