Color Hex Logo

#f8bbfa Color Hex

#F8BBFA
(248,187,250)
0 Favorites   0 Comments

Color spaces of #f8bbfa

RGB 248187250
HSL0.830.860.86
HSV298°25°98°
CMYK 0.010.250.00   0.02
XYZ73.737062.399298.6004
Yxy62.39920.31410.2658
Hunter Lab78.993228.3847-18.7114
CIE-Lab83.125332.1656-22.5893

#f8bbfa color RGB value is (248,187,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111011 11111010
Octal 370 273 372
Decimal 248 187 250
Hex F8 BB FA

RGB Percentages of Color #f8bbfa

%36.20
%27.30
%36.50

CMYK Percentages of Color #f8bbfa

%1
%25
%0
%2

Triadic Colors of #f8bbfa

#f8bbfa #faf8bb #bbfaf8

Analogous Colors of #f8bbfa

#f8bbfa #fabbdd #d9bbfa

Monochromatic Colors of #f8bbfa

#f8bbfa

Complementary Color

#f8bbfa #bdfabb

#f8bbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8bbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8bbfa Color CSS Codes

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

#f8bbfa Text Font Color

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

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


#f8bbfa Background Color

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

This div background color is #f8bbfa


#f8bbfa Border Color

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

This div border color is #f8bbfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,187,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8bbfa


Comments

No comments written yet.

Please login to write comment.