Color Hex Logo

#f8bbfe Color Hex

#F8BBFE
(248,187,254)
0 Favorites   0 Comments

Color spaces of #f8bbfe

RGB 248187254
HSL0.820.970.86
HSV295°26°100°
CMYK 0.020.260.00   0.00
XYZ74.371162.6529101.9394
Yxy62.65290.31120.2622
Hunter Lab79.153629.1962-20.9502
CIE-Lab83.259432.9005-24.5179

#f8bbfe color RGB value is (248,187,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111011 11111110
Octal 370 273 376
Decimal 248 187 254
Hex F8 BB FE

RGB Percentages of Color #f8bbfe

%35.99
%27.14
%36.87

CMYK Percentages of Color #f8bbfe

%2
%26
%0
%0

Triadic Colors of #f8bbfe

#f8bbfe #fef8bb #bbfef8

Analogous Colors of #f8bbfe

#f8bbfe #febbe3 #d7bbfe

Monochromatic Colors of #f8bbfe

#f8bbfe

Complementary Color

#f8bbfe #c1febb

#f8bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8bbfe Color CSS Codes

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

#f8bbfe Text Font Color

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

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


#f8bbfe Background Color

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

This div background color is #f8bbfe


#f8bbfe Border Color

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

This div border color is #f8bbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8bbfe

Related Colors

#f8bbfe Color Palettes


Comments

No comments written yet.

Please login to write comment.