Color Hex Logo

#f49fff Color Hex

#F49FFF
(244,159,255)
0 Favorites   0 Comments

Color spaces of #f49fff

RGB 244159255
HSL0.811.000.81
HSV293°38°100°
CMYK 0.040.380.00   0.00
XYZ67.756451.2494100.9287
Yxy51.24940.30810.2330
Hunter Lab71.588743.6643-33.4774
CIE-Lab76.829846.5282-34.9547

#f49fff color RGB value is (244,159,255).

#f49fff hex color red value is 244, green value is 159 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f49fff hue: 0.81 , saturation: 1.00 and the lightness value of f49fff is 0.81.

The process color (four color CMYK) of #f49fff color hex is 0.04, 0.38, 0.00, 0.00. Web safe color of #f49fff is #ff99ff. Color #f49fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011111 11111111
Octal 364 237 377
Decimal 244 159 255
Hex F4 9F FF

RGB Percentages of Color #f49fff

%37.08
%24.16
%38.75

CMYK Percentages of Color #f49fff

%4
%38
%0
%0

Triadic Colors of #f49fff

#f49fff #fff49f #9ffff4

Analogous Colors of #f49fff

#f49fff #ff9fda #c49fff

Monochromatic Colors of #f49fff

#f49fff

Complementary Color

#f49fff #aaff9f

#f49fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49fff Color CSS Codes

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

#f49fff Text Font Color

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

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


#f49fff Background Color

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

This div background color is #f49fff


#f49fff Border Color

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

This div border color is #f49fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49fff


Comments

No comments written yet.

Please login to write comment.