Color Hex Logo

#f49bdb Color Hex

#F49BDB
(244,155,219)
0 Favorites   0 Comments

Color spaces of #f49bdb

RGB 244155219
HSL0.880.800.78
HSV317°36°96°
CMYK 0.000.360.10   0.04
XYZ61.815847.790372.9842
Yxy47.79030.33850.2617
Hunter Lab69.130538.6344-14.2037
CIE-Lab74.692542.2861-18.6665

#f49bdb color RGB value is (244,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011011 11011011
Octal 364 233 333
Decimal 244 155 219
Hex F4 9B DB

RGB Percentages of Color #f49bdb

%39.48
%25.08
%35.44

CMYK Percentages of Color #f49bdb

%0
%36
%10
%4

Triadic Colors of #f49bdb

#f49bdb #dbf49b #9bdbf4

Analogous Colors of #f49bdb

#f49bdb #f49baf #e19bf4

Monochromatic Colors of #f49bdb

#f49bdb

Complementary Color

#f49bdb #9bf4b4

#f49bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49bdb Color CSS Codes

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

#f49bdb Text Font Color

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

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


#f49bdb Background Color

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

This div background color is #f49bdb


#f49bdb Border Color

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

This div border color is #f49bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,155,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 #f49bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49bdb


Comments

No comments written yet.

Please login to write comment.