Color Hex Logo

#f49cfe Color Hex

#F49CFE
(244,156,254)
0 Favorites   0 Comments

Color spaces of #f49cfe

RGB 244156254
HSL0.820.980.80
HSV294°39°100°
CMYK 0.040.390.00   0.00
XYZ67.086150.165899.9131
Yxy50.16580.30890.2310
Hunter Lab70.827845.1214-34.0578
CIE-Lab76.170947.8906-35.4344

#f49cfe color RGB value is (244,156,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011100 11111110
Octal 364 234 376
Decimal 244 156 254
Hex F4 9C FE

RGB Percentages of Color #f49cfe

%37.31
%23.85
%38.84

CMYK Percentages of Color #f49cfe

%4
%39
%0
%0

Triadic Colors of #f49cfe

#f49cfe #fef49c #9cfef4

Analogous Colors of #f49cfe

#f49cfe #fe9cd7 #c39cfe

Monochromatic Colors of #f49cfe

#f49cfe

Complementary Color

#f49cfe #a6fe9c

#f49cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49cfe Color CSS Codes

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

#f49cfe Text Font Color

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

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


#f49cfe Background Color

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

This div background color is #f49cfe


#f49cfe Border Color

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

This div border color is #f49cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.