Color Hex Logo

#f49adb Color Hex

#F49ADB
(244,154,219)
0 Favorites   0 Comments

Color spaces of #f49adb

RGB 244154219
HSL0.880.800.78
HSV317°37°96°
CMYK 0.000.370.10   0.04
XYZ61.650047.458872.9290
Yxy47.45880.33870.2607
Hunter Lab68.890339.1816-14.5426
CIE-Lab74.482342.8044-18.9848

#f49adb color RGB value is (244,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011010 11011011
Octal 364 232 333
Decimal 244 154 219
Hex F4 9A DB

RGB Percentages of Color #f49adb

%39.55
%24.96
%35.49

CMYK Percentages of Color #f49adb

%0
%37
%10
%4

Triadic Colors of #f49adb

#f49adb #dbf49a #9adbf4

Analogous Colors of #f49adb

#f49adb #f49aae #e09af4

Monochromatic Colors of #f49adb

#f49adb

Complementary Color

#f49adb #9af4b3

#f49adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49adb Color CSS Codes

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

#f49adb Text Font Color

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

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


#f49adb Background Color

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

This div background color is #f49adb


#f49adb Border Color

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

This div border color is #f49adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49adb


Comments

No comments written yet.

Please login to write comment.