Color Hex Logo

#f1e3fb Color Hex

#F1E3FB
(241,227,251)
0 Favorites   0 Comments

Color spaces of #f1e3fb

RGB 241227251
HSL0.760.750.94
HSV275°10°98°
CMYK 0.040.100.00   0.02
XYZ81.157380.6040102.5475
Yxy80.60400.30710.3050
Hunter Lab89.77974.2424-4.8759
CIE-Lab91.95529.0268-9.9135

#f1e3fb color RGB value is (241,227,251).

#f1e3fb hex color red value is 241, green value is 227 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f1e3fb hue: 0.76 , saturation: 0.75 and the lightness value of f1e3fb is 0.94.

The process color (four color CMYK) of #f1e3fb color hex is 0.04, 0.10, 0.00, 0.02. Web safe color of #f1e3fb is #ffccff. Color #f1e3fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11100011 11111011
Octal 361 343 373
Decimal 241 227 251
Hex F1 E3 FB

RGB Percentages of Color #f1e3fb

%33.52
%31.57
%34.91

CMYK Percentages of Color #f1e3fb

%4
%10
%0
%2

Triadic Colors of #f1e3fb

#f1e3fb #fbf1e3 #e3fbf1

Analogous Colors of #f1e3fb

#f1e3fb #fbe3f9 #e5e3fb

Monochromatic Colors of #f1e3fb

#f1e3fb

Complementary Color

#f1e3fb #edfbe3

#f1e3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1e3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1e3fb Color CSS Codes

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

#f1e3fb Text Font Color

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

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


#f1e3fb Background Color

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

This div background color is #f1e3fb


#f1e3fb Border Color

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

This div border color is #f1e3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1e3fb


Comments

No comments written yet.

Please login to write comment.