Color Hex Logo

#f1acfe Color Hex

#F1ACFE
(241,172,254)
0 Favorites   0 Comments

Color spaces of #f1acfe

RGB 241172254
HSL0.810.980.84
HSV290°32°100°
CMYK 0.050.320.00   0.00
XYZ68.917555.3616100.8194
Yxy55.36160.30620.2459
Hunter Lab74.405435.1251-28.2543
CIE-Lab79.249138.6373-30.7131

#f1acfe color RGB value is (241,172,254).

#f1acfe hex color red value is 241, green value is 172 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f1acfe hue: 0.81 , saturation: 0.98 and the lightness value of f1acfe is 0.84.

The process color (four color CMYK) of #f1acfe color hex is 0.05, 0.32, 0.00, 0.00. Web safe color of #f1acfe is #ff99ff. Color #f1acfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101100 11111110
Octal 361 254 376
Decimal 241 172 254
Hex F1 AC FE

RGB Percentages of Color #f1acfe

%36.13
%25.79
%38.08

CMYK Percentages of Color #f1acfe

%5
%32
%0
%0

Triadic Colors of #f1acfe

#f1acfe #fef1ac #acfef1

Analogous Colors of #f1acfe

#f1acfe #feace2 #c8acfe

Monochromatic Colors of #f1acfe

#f1acfe

Complementary Color

#f1acfe #b9feac

#f1acfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1acfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1acfe Color CSS Codes

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

#f1acfe Text Font Color

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

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


#f1acfe Background Color

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

This div background color is #f1acfe


#f1acfe Border Color

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

This div border color is #f1acfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1acfe


Comments

No comments written yet.

Please login to write comment.