Color Hex Logo

#f1bafd Color Hex

#F1BAFD
(241,186,253)
0 Favorites   0 Comments

Color spaces of #f1bafd

RGB 241186253
HSL0.800.940.86
HSV289°26°99°
CMYK 0.050.260.00   0.01
XYZ71.564260.9104100.9136
Yxy60.91040.30660.2610
Hunter Lab78.045127.0983-22.0314
CIE-Lab82.330631.0334-25.4609

#f1bafd color RGB value is (241,186,253).

#f1bafd hex color red value is 241, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f1bafd hue: 0.80 , saturation: 0.94 and the lightness value of f1bafd is 0.86.

The process color (four color CMYK) of #f1bafd color hex is 0.05, 0.26, 0.00, 0.01. Web safe color of #f1bafd is #ffccff. Color #f1bafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111010 11111101
Octal 361 272 375
Decimal 241 186 253
Hex F1 BA FD

RGB Percentages of Color #f1bafd

%35.44
%27.35
%37.21

CMYK Percentages of Color #f1bafd

%5
%26
%0
%1

Triadic Colors of #f1bafd

#f1bafd #fdf1ba #bafdf1

Analogous Colors of #f1bafd

#f1bafd #fdbae8 #d0bafd

Monochromatic Colors of #f1bafd

#f1bafd

Complementary Color

#f1bafd #c6fdba

#f1bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bafd Color CSS Codes

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

#f1bafd Text Font Color

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

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


#f1bafd Background Color

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

This div background color is #f1bafd


#f1bafd Border Color

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

This div border color is #f1bafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,186,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bafd


Comments

No comments written yet.

Please login to write comment.