Color Hex Logo

#f3bbfe Color Hex

#F3BBFE
(243,187,254)
0 Favorites   0 Comments

Color spaces of #f3bbfe

RGB 243187254
HSL0.810.970.86
HSV290°26°100°
CMYK 0.040.260.00   0.00
XYZ72.621961.7511101.8575
Yxy61.75110.30740.2614
Hunter Lab78.581927.4436-21.8442
CIE-Lab82.780931.3223-25.2906

#f3bbfe color RGB value is (243,187,254).

#f3bbfe hex color red value is 243, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f3bbfe hue: 0.81 , saturation: 0.97 and the lightness value of f3bbfe is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111011 11111110
Octal 363 273 376
Decimal 243 187 254
Hex F3 BB FE

RGB Percentages of Color #f3bbfe

%35.53
%27.34
%37.13

CMYK Percentages of Color #f3bbfe

%4
%26
%0
%0

Triadic Colors of #f3bbfe

#f3bbfe #fef3bb #bbfef3

Analogous Colors of #f3bbfe

#f3bbfe #febbe8 #d2bbfe

Monochromatic Colors of #f3bbfe

#f3bbfe

Complementary Color

#f3bbfe #c6febb

#f3bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3bbfe Color CSS Codes

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

#f3bbfe Text Font Color

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

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


#f3bbfe Background Color

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

This div background color is #f3bbfe


#f3bbfe Border Color

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

This div border color is #f3bbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3bbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.