Color Hex Logo

#f49dfb Color Hex

#F49DFB
(244,157,251)
0 Favorites   0 Comments

Color spaces of #f49dfb

RGB 244157251
HSL0.820.920.80
HSV296°37°98°
CMYK 0.030.370.00   0.02
XYZ66.777850.312197.4584
Yxy50.31210.31120.2345
Hunter Lab70.931043.9190-31.8121
CIE-Lab76.260446.8218-33.6753

#f49dfb color RGB value is (244,157,251).

#f49dfb hex color red value is 244, green value is 157 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f49dfb hue: 0.82 , saturation: 0.92 and the lightness value of f49dfb is 0.80.

The process color (four color CMYK) of #f49dfb color hex is 0.03, 0.37, 0.00, 0.02. Web safe color of #f49dfb is #ff99ff. Color #f49dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011101 11111011
Octal 364 235 373
Decimal 244 157 251
Hex F4 9D FB

RGB Percentages of Color #f49dfb

%37.42
%24.08
%38.50

CMYK Percentages of Color #f49dfb

%3
%37
%0
%2

Triadic Colors of #f49dfb

#f49dfb #fbf49d #9dfbf4

Analogous Colors of #f49dfb

#f49dfb #fb9dd3 #c59dfb

Monochromatic Colors of #f49dfb

#f49dfb

Complementary Color

#f49dfb #a4fb9d

#f49dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49dfb Color CSS Codes

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

#f49dfb Text Font Color

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

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


#f49dfb Background Color

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

This div background color is #f49dfb


#f49dfb Border Color

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

This div border color is #f49dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.