Color Hex Logo

#f49afb Color Hex

#F49AFB
(244,154,251)
0 Favorites   0 Comments

Color spaces of #f49afb

RGB 244154251
HSL0.820.920.79
HSV296°39°98°
CMYK 0.030.390.00   0.02
XYZ66.276449.309397.2913
Yxy49.30930.31130.2316
Hunter Lab70.220645.5879-32.9925
CIE-Lab75.643348.3663-34.6290

#f49afb color RGB value is (244,154,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011010 11111011
Octal 364 232 373
Decimal 244 154 251
Hex F4 9A FB

RGB Percentages of Color #f49afb

%37.60
%23.73
%38.67

CMYK Percentages of Color #f49afb

%3
%39
%0
%2

Triadic Colors of #f49afb

#f49afb #fbf49a #9afbf4

Analogous Colors of #f49afb

#f49afb #fb9ad2 #c49afb

Monochromatic Colors of #f49afb

#f49afb

Complementary Color

#f49afb #a1fb9a

#f49afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49afb Color CSS Codes

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

#f49afb Text Font Color

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

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


#f49afb Background Color

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

This div background color is #f49afb


#f49afb Border Color

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

This div border color is #f49afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49afb


Comments

No comments written yet.

Please login to write comment.